import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface CasbMalwareRulesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#action CasbMalwareRules#action} */ readonly action?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#name CasbMalwareRules#name} */ readonly name?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#order CasbMalwareRules#order} */ readonly order: number; /** * Location where all the quarantined files are moved and necessary actions are taken by either deleting or restoring the data * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#quarantine_location CasbMalwareRules#quarantine_location} */ readonly quarantineLocation?: string; /** * Enables or disables the scan inbound email link * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#scan_inbound_email_link CasbMalwareRules#scan_inbound_email_link} */ readonly scanInboundEmailLink?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#state CasbMalwareRules#state} */ readonly state?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#type CasbMalwareRules#type} */ readonly type?: string; /** * buckets block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#buckets CasbMalwareRules#buckets} */ readonly buckets?: CasbMalwareRulesBuckets; /** * casb_email_label block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#casb_email_label CasbMalwareRules#casb_email_label} */ readonly casbEmailLabel?: CasbMalwareRulesCasbEmailLabel[] | cdktf.IResolvable; /** * casb_tombstone_template block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#casb_tombstone_template CasbMalwareRules#casb_tombstone_template} */ readonly casbTombstoneTemplate?: CasbMalwareRulesCasbTombstoneTemplate[] | cdktf.IResolvable; /** * cloud_app_tenant_ids block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#cloud_app_tenant_ids CasbMalwareRules#cloud_app_tenant_ids} */ readonly cloudAppTenantIds?: CasbMalwareRulesCloudAppTenantIds; /** * cloud_app_tenants block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#cloud_app_tenants CasbMalwareRules#cloud_app_tenants} */ readonly cloudAppTenants?: CasbMalwareRulesCloudAppTenants; /** * labels block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#labels CasbMalwareRules#labels} */ readonly labels?: CasbMalwareRulesLabels; /** * timeouts block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#timeouts CasbMalwareRules#timeouts} */ readonly timeouts?: CasbMalwareRulesTimeouts; } export interface CasbMalwareRulesBuckets { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#id CasbMalwareRules#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: number[]; } export declare function casbMalwareRulesBucketsToTerraform(struct?: CasbMalwareRulesBucketsOutputReference | CasbMalwareRulesBuckets): any; export declare function casbMalwareRulesBucketsToHclTerraform(struct?: CasbMalwareRulesBucketsOutputReference | CasbMalwareRulesBuckets): any; export declare class CasbMalwareRulesBucketsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): CasbMalwareRulesBuckets | undefined; set internalValue(value: CasbMalwareRulesBuckets | undefined); private _id?; get id(): number[]; set id(value: number[]); resetId(): void; get idInput(): number[]; } export interface CasbMalwareRulesCasbEmailLabel { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#id CasbMalwareRules#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: number; } export declare function casbMalwareRulesCasbEmailLabelToTerraform(struct?: CasbMalwareRulesCasbEmailLabel | cdktf.IResolvable): any; export declare function casbMalwareRulesCasbEmailLabelToHclTerraform(struct?: CasbMalwareRulesCasbEmailLabel | cdktf.IResolvable): any; export declare class CasbMalwareRulesCasbEmailLabelOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): CasbMalwareRulesCasbEmailLabel | cdktf.IResolvable | undefined; set internalValue(value: CasbMalwareRulesCasbEmailLabel | cdktf.IResolvable | undefined); private _id?; get id(): number; set id(value: number); resetId(): void; get idInput(): number; } export declare class CasbMalwareRulesCasbEmailLabelList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: CasbMalwareRulesCasbEmailLabel[] | cdktf.IResolvable; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): CasbMalwareRulesCasbEmailLabelOutputReference; } export interface CasbMalwareRulesCasbTombstoneTemplate { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#id CasbMalwareRules#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: number; } export declare function casbMalwareRulesCasbTombstoneTemplateToTerraform(struct?: CasbMalwareRulesCasbTombstoneTemplate | cdktf.IResolvable): any; export declare function casbMalwareRulesCasbTombstoneTemplateToHclTerraform(struct?: CasbMalwareRulesCasbTombstoneTemplate | cdktf.IResolvable): any; export declare class CasbMalwareRulesCasbTombstoneTemplateOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): CasbMalwareRulesCasbTombstoneTemplate | cdktf.IResolvable | undefined; set internalValue(value: CasbMalwareRulesCasbTombstoneTemplate | cdktf.IResolvable | undefined); private _id?; get id(): number; set id(value: number); resetId(): void; get idInput(): number; } export declare class CasbMalwareRulesCasbTombstoneTemplateList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: CasbMalwareRulesCasbTombstoneTemplate[] | cdktf.IResolvable; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): CasbMalwareRulesCasbTombstoneTemplateOutputReference; } export interface CasbMalwareRulesCloudAppTenantIds { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#id CasbMalwareRules#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: number[]; } export declare function casbMalwareRulesCloudAppTenantIdsToTerraform(struct?: CasbMalwareRulesCloudAppTenantIdsOutputReference | CasbMalwareRulesCloudAppTenantIds): any; export declare function casbMalwareRulesCloudAppTenantIdsToHclTerraform(struct?: CasbMalwareRulesCloudAppTenantIdsOutputReference | CasbMalwareRulesCloudAppTenantIds): any; export declare class CasbMalwareRulesCloudAppTenantIdsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): CasbMalwareRulesCloudAppTenantIds | undefined; set internalValue(value: CasbMalwareRulesCloudAppTenantIds | undefined); private _id?; get id(): number[]; set id(value: number[]); resetId(): void; get idInput(): number[]; } export interface CasbMalwareRulesCloudAppTenants { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#id CasbMalwareRules#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: number[]; } export declare function casbMalwareRulesCloudAppTenantsToTerraform(struct?: CasbMalwareRulesCloudAppTenantsOutputReference | CasbMalwareRulesCloudAppTenants): any; export declare function casbMalwareRulesCloudAppTenantsToHclTerraform(struct?: CasbMalwareRulesCloudAppTenantsOutputReference | CasbMalwareRulesCloudAppTenants): any; export declare class CasbMalwareRulesCloudAppTenantsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): CasbMalwareRulesCloudAppTenants | undefined; set internalValue(value: CasbMalwareRulesCloudAppTenants | undefined); private _id?; get id(): number[]; set id(value: number[]); resetId(): void; get idInput(): number[]; } export interface CasbMalwareRulesLabels { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#id CasbMalwareRules#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: number[]; } export declare function casbMalwareRulesLabelsToTerraform(struct?: CasbMalwareRulesLabelsOutputReference | CasbMalwareRulesLabels): any; export declare function casbMalwareRulesLabelsToHclTerraform(struct?: CasbMalwareRulesLabelsOutputReference | CasbMalwareRulesLabels): any; export declare class CasbMalwareRulesLabelsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): CasbMalwareRulesLabels | undefined; set internalValue(value: CasbMalwareRulesLabels | undefined); private _id?; get id(): number[]; set id(value: number[]); resetId(): void; get idInput(): number[]; } export interface CasbMalwareRulesTimeouts { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#create CasbMalwareRules#create} */ readonly create?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#update CasbMalwareRules#update} */ readonly update?: string; } export declare function casbMalwareRulesTimeoutsToTerraform(struct?: CasbMalwareRulesTimeouts | cdktf.IResolvable): any; export declare function casbMalwareRulesTimeoutsToHclTerraform(struct?: CasbMalwareRulesTimeouts | cdktf.IResolvable): any; export declare class CasbMalwareRulesTimeoutsOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): CasbMalwareRulesTimeouts | cdktf.IResolvable | undefined; set internalValue(value: CasbMalwareRulesTimeouts | cdktf.IResolvable | undefined); private _create?; get create(): string; set create(value: string); resetCreate(): void; get createInput(): string; private _update?; get update(): string; set update(value: string); resetUpdate(): void; get updateInput(): string; } /** * Represents a {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules zia_casb_malware_rules} */ export declare class CasbMalwareRules extends cdktf.TerraformResource { static readonly tfResourceType = "zia_casb_malware_rules"; /** * Generates CDKTF code for importing a CasbMalwareRules resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the CasbMalwareRules to import * @param importFromId The id of the existing CasbMalwareRules that should be imported. Refer to the {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CasbMalwareRules to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any; /** * Create a new {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/resources/casb_malware_rules zia_casb_malware_rules} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope * @param options CasbMalwareRulesConfig */ constructor(scope: Construct, id: string, config: CasbMalwareRulesConfig); private _action?; get action(): string; set action(value: string); resetAction(): void; get actionInput(): string; get id(): any; private _name?; get name(): string; set name(value: string); resetName(): void; get nameInput(): string; private _order?; get order(): number; set order(value: number); get orderInput(): number; private _quarantineLocation?; get quarantineLocation(): string; set quarantineLocation(value: string); resetQuarantineLocation(): void; get quarantineLocationInput(): string; get ruleId(): any; private _scanInboundEmailLink?; get scanInboundEmailLink(): string; set scanInboundEmailLink(value: string); resetScanInboundEmailLink(): void; get scanInboundEmailLinkInput(): string; private _state?; get state(): string; set state(value: string); resetState(): void; get stateInput(): string; private _type?; get type(): string; set type(value: string); resetType(): void; get typeInput(): string; private _buckets; get buckets(): CasbMalwareRulesBucketsOutputReference; putBuckets(value: CasbMalwareRulesBuckets): void; resetBuckets(): void; get bucketsInput(): CasbMalwareRulesBuckets; private _casbEmailLabel; get casbEmailLabel(): CasbMalwareRulesCasbEmailLabelList; putCasbEmailLabel(value: CasbMalwareRulesCasbEmailLabel[] | cdktf.IResolvable): void; resetCasbEmailLabel(): void; get casbEmailLabelInput(): any; private _casbTombstoneTemplate; get casbTombstoneTemplate(): CasbMalwareRulesCasbTombstoneTemplateList; putCasbTombstoneTemplate(value: CasbMalwareRulesCasbTombstoneTemplate[] | cdktf.IResolvable): void; resetCasbTombstoneTemplate(): void; get casbTombstoneTemplateInput(): any; private _cloudAppTenantIds; get cloudAppTenantIds(): CasbMalwareRulesCloudAppTenantIdsOutputReference; putCloudAppTenantIds(value: CasbMalwareRulesCloudAppTenantIds): void; resetCloudAppTenantIds(): void; get cloudAppTenantIdsInput(): CasbMalwareRulesCloudAppTenantIds; private _cloudAppTenants; get cloudAppTenants(): CasbMalwareRulesCloudAppTenantsOutputReference; putCloudAppTenants(value: CasbMalwareRulesCloudAppTenants): void; resetCloudAppTenants(): void; get cloudAppTenantsInput(): CasbMalwareRulesCloudAppTenants; private _labels; get labels(): CasbMalwareRulesLabelsOutputReference; putLabels(value: CasbMalwareRulesLabels): void; resetLabels(): void; get labelsInput(): CasbMalwareRulesLabels; private _timeouts; get timeouts(): CasbMalwareRulesTimeoutsOutputReference; putTimeouts(value: CasbMalwareRulesTimeouts): void; resetTimeouts(): void; get timeoutsInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }