import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataZiaFileTypeControlRulesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/file_type_control_rules#id DataZiaFileTypeControlRules#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; /** * The File Type Control policy rule name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/file_type_control_rules#name DataZiaFileTypeControlRules#name} */ readonly name?: string; } export interface DataZiaFileTypeControlRulesDepartments { } export declare function dataZiaFileTypeControlRulesDepartmentsToTerraform(struct?: DataZiaFileTypeControlRulesDepartments): any; export declare function dataZiaFileTypeControlRulesDepartmentsToHclTerraform(struct?: DataZiaFileTypeControlRulesDepartments): any; export declare class DataZiaFileTypeControlRulesDepartmentsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataZiaFileTypeControlRulesDepartments | undefined; set internalValue(value: DataZiaFileTypeControlRulesDepartments | undefined); private _extensions; get extensions(): any; get id(): any; get name(): any; } export declare class DataZiaFileTypeControlRulesDepartmentsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataZiaFileTypeControlRulesDepartmentsOutputReference; } export interface DataZiaFileTypeControlRulesDeviceGroups { } export declare function dataZiaFileTypeControlRulesDeviceGroupsToTerraform(struct?: DataZiaFileTypeControlRulesDeviceGroups): any; export declare function dataZiaFileTypeControlRulesDeviceGroupsToHclTerraform(struct?: DataZiaFileTypeControlRulesDeviceGroups): any; export declare class DataZiaFileTypeControlRulesDeviceGroupsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataZiaFileTypeControlRulesDeviceGroups | undefined; set internalValue(value: DataZiaFileTypeControlRulesDeviceGroups | undefined); private _extensions; get extensions(): any; get id(): any; get name(): any; } export declare class DataZiaFileTypeControlRulesDeviceGroupsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataZiaFileTypeControlRulesDeviceGroupsOutputReference; } export interface DataZiaFileTypeControlRulesDevices { } export declare function dataZiaFileTypeControlRulesDevicesToTerraform(struct?: DataZiaFileTypeControlRulesDevices): any; export declare function dataZiaFileTypeControlRulesDevicesToHclTerraform(struct?: DataZiaFileTypeControlRulesDevices): any; export declare class DataZiaFileTypeControlRulesDevicesOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataZiaFileTypeControlRulesDevices | undefined; set internalValue(value: DataZiaFileTypeControlRulesDevices | undefined); private _extensions; get extensions(): any; get id(): any; get name(): any; } export declare class DataZiaFileTypeControlRulesDevicesList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataZiaFileTypeControlRulesDevicesOutputReference; } export interface DataZiaFileTypeControlRulesGroups { } export declare function dataZiaFileTypeControlRulesGroupsToTerraform(struct?: DataZiaFileTypeControlRulesGroups): any; export declare function dataZiaFileTypeControlRulesGroupsToHclTerraform(struct?: DataZiaFileTypeControlRulesGroups): any; export declare class DataZiaFileTypeControlRulesGroupsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataZiaFileTypeControlRulesGroups | undefined; set internalValue(value: DataZiaFileTypeControlRulesGroups | undefined); private _extensions; get extensions(): any; get id(): any; get name(): any; } export declare class DataZiaFileTypeControlRulesGroupsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataZiaFileTypeControlRulesGroupsOutputReference; } export interface DataZiaFileTypeControlRulesLabels { } export declare function dataZiaFileTypeControlRulesLabelsToTerraform(struct?: DataZiaFileTypeControlRulesLabels): any; export declare function dataZiaFileTypeControlRulesLabelsToHclTerraform(struct?: DataZiaFileTypeControlRulesLabels): any; export declare class DataZiaFileTypeControlRulesLabelsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataZiaFileTypeControlRulesLabels | undefined; set internalValue(value: DataZiaFileTypeControlRulesLabels | undefined); private _extensions; get extensions(): any; get id(): any; get name(): any; } export declare class DataZiaFileTypeControlRulesLabelsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataZiaFileTypeControlRulesLabelsOutputReference; } export interface DataZiaFileTypeControlRulesLastModifiedBy { } export declare function dataZiaFileTypeControlRulesLastModifiedByToTerraform(struct?: DataZiaFileTypeControlRulesLastModifiedBy): any; export declare function dataZiaFileTypeControlRulesLastModifiedByToHclTerraform(struct?: DataZiaFileTypeControlRulesLastModifiedBy): any; export declare class DataZiaFileTypeControlRulesLastModifiedByOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataZiaFileTypeControlRulesLastModifiedBy | undefined; set internalValue(value: DataZiaFileTypeControlRulesLastModifiedBy | undefined); private _extensions; get extensions(): any; get id(): any; get name(): any; } export declare class DataZiaFileTypeControlRulesLastModifiedByList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataZiaFileTypeControlRulesLastModifiedByOutputReference; } export interface DataZiaFileTypeControlRulesLocationGroups { } export declare function dataZiaFileTypeControlRulesLocationGroupsToTerraform(struct?: DataZiaFileTypeControlRulesLocationGroups): any; export declare function dataZiaFileTypeControlRulesLocationGroupsToHclTerraform(struct?: DataZiaFileTypeControlRulesLocationGroups): any; export declare class DataZiaFileTypeControlRulesLocationGroupsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataZiaFileTypeControlRulesLocationGroups | undefined; set internalValue(value: DataZiaFileTypeControlRulesLocationGroups | undefined); private _extensions; get extensions(): any; get id(): any; get name(): any; } export declare class DataZiaFileTypeControlRulesLocationGroupsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataZiaFileTypeControlRulesLocationGroupsOutputReference; } export interface DataZiaFileTypeControlRulesLocations { } export declare function dataZiaFileTypeControlRulesLocationsToTerraform(struct?: DataZiaFileTypeControlRulesLocations): any; export declare function dataZiaFileTypeControlRulesLocationsToHclTerraform(struct?: DataZiaFileTypeControlRulesLocations): any; export declare class DataZiaFileTypeControlRulesLocationsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataZiaFileTypeControlRulesLocations | undefined; set internalValue(value: DataZiaFileTypeControlRulesLocations | undefined); private _extensions; get extensions(): any; get id(): any; get name(): any; } export declare class DataZiaFileTypeControlRulesLocationsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataZiaFileTypeControlRulesLocationsOutputReference; } export interface DataZiaFileTypeControlRulesTimeWindows { } export declare function dataZiaFileTypeControlRulesTimeWindowsToTerraform(struct?: DataZiaFileTypeControlRulesTimeWindows): any; export declare function dataZiaFileTypeControlRulesTimeWindowsToHclTerraform(struct?: DataZiaFileTypeControlRulesTimeWindows): any; export declare class DataZiaFileTypeControlRulesTimeWindowsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataZiaFileTypeControlRulesTimeWindows | undefined; set internalValue(value: DataZiaFileTypeControlRulesTimeWindows | undefined); private _extensions; get extensions(): any; get id(): any; get name(): any; } export declare class DataZiaFileTypeControlRulesTimeWindowsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataZiaFileTypeControlRulesTimeWindowsOutputReference; } export interface DataZiaFileTypeControlRulesUsers { } export declare function dataZiaFileTypeControlRulesUsersToTerraform(struct?: DataZiaFileTypeControlRulesUsers): any; export declare function dataZiaFileTypeControlRulesUsersToHclTerraform(struct?: DataZiaFileTypeControlRulesUsers): any; export declare class DataZiaFileTypeControlRulesUsersOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataZiaFileTypeControlRulesUsers | undefined; set internalValue(value: DataZiaFileTypeControlRulesUsers | undefined); private _extensions; get extensions(): any; get id(): any; get name(): any; } export declare class DataZiaFileTypeControlRulesUsersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataZiaFileTypeControlRulesUsersOutputReference; } export interface DataZiaFileTypeControlRulesZpaAppSegments { } export declare function dataZiaFileTypeControlRulesZpaAppSegmentsToTerraform(struct?: DataZiaFileTypeControlRulesZpaAppSegments): any; export declare function dataZiaFileTypeControlRulesZpaAppSegmentsToHclTerraform(struct?: DataZiaFileTypeControlRulesZpaAppSegments): any; export declare class DataZiaFileTypeControlRulesZpaAppSegmentsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @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(): DataZiaFileTypeControlRulesZpaAppSegments | undefined; set internalValue(value: DataZiaFileTypeControlRulesZpaAppSegments | undefined); get externalId(): any; get id(): any; get name(): any; } export declare class DataZiaFileTypeControlRulesZpaAppSegmentsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @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): DataZiaFileTypeControlRulesZpaAppSegmentsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/file_type_control_rules zia_file_type_control_rules} */ export declare class DataZiaFileTypeControlRules extends cdktf.TerraformDataSource { static readonly tfResourceType = "zia_file_type_control_rules"; /** * Generates CDKTF code for importing a DataZiaFileTypeControlRules 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 DataZiaFileTypeControlRules to import * @param importFromId The id of the existing DataZiaFileTypeControlRules that should be imported. Refer to the {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/file_type_control_rules#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataZiaFileTypeControlRules 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/data-sources/file_type_control_rules zia_file_type_control_rules} Data Source * * @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 DataZiaFileTypeControlRulesConfig = {} */ constructor(scope: Construct, id: string, config?: DataZiaFileTypeControlRulesConfig); get accessControl(): any; get activeContent(): any; get capturePcap(): any; get cloudApplications(): any; private _departments; get departments(): DataZiaFileTypeControlRulesDepartmentsList; get description(): any; private _deviceGroups; get deviceGroups(): DataZiaFileTypeControlRulesDeviceGroupsList; get deviceTrustLevels(): any; private _devices; get devices(): DataZiaFileTypeControlRulesDevicesList; get fileTypes(): any; get filteringAction(): any; private _groups; get groups(): DataZiaFileTypeControlRulesGroupsList; private _id?; get id(): number; set id(value: number); resetId(): void; get idInput(): number; private _labels; get labels(): DataZiaFileTypeControlRulesLabelsList; private _lastModifiedBy; get lastModifiedBy(): DataZiaFileTypeControlRulesLastModifiedByList; get lastModifiedTime(): any; private _locationGroups; get locationGroups(): DataZiaFileTypeControlRulesLocationGroupsList; private _locations; get locations(): DataZiaFileTypeControlRulesLocationsList; get maxSize(): any; get minSize(): any; private _name?; get name(): string; set name(value: string); resetName(): void; get nameInput(): string; get operation(): any; get order(): any; get protocols(): any; get rank(): any; get sizeQuota(): any; get state(): any; get timeQuota(): any; private _timeWindows; get timeWindows(): DataZiaFileTypeControlRulesTimeWindowsList; get unscannable(): any; get urlCategories(): any; private _users; get users(): DataZiaFileTypeControlRulesUsersList; private _zpaAppSegments; get zpaAppSegments(): DataZiaFileTypeControlRulesZpaAppSegmentsList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }