import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataZiaWorkloadGroupsConfig extends cdktf.TerraformMetaArguments { /** * A unique identifier assigned to the workload group * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/workload_groups#id DataZiaWorkloadGroups#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 name of the workload group * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/workload_groups#name DataZiaWorkloadGroups#name} */ readonly name?: string; } export interface DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerTags { } export declare function dataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerTagsToTerraform(struct?: DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerTags): any; export declare function dataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerTagsToHclTerraform(struct?: DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerTags): any; export declare class DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerTagsOutputReference 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(): DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerTags | undefined; set internalValue(value: DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerTags | undefined); get key(): any; get value(): any; } export declare class DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerTagsList 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): DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerTagsOutputReference; } export interface DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainer { } export declare function dataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerToTerraform(struct?: DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainer): any; export declare function dataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerToHclTerraform(struct?: DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainer): any; export declare class DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerOutputReference 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(): DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainer | undefined; set internalValue(value: DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainer | undefined); get operator(): any; private _tags; get tags(): DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerTagsList; } export declare class DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerList 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): DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerOutputReference; } export interface DataZiaWorkloadGroupsExpressionJsonExpressionContainers { } export declare function dataZiaWorkloadGroupsExpressionJsonExpressionContainersToTerraform(struct?: DataZiaWorkloadGroupsExpressionJsonExpressionContainers): any; export declare function dataZiaWorkloadGroupsExpressionJsonExpressionContainersToHclTerraform(struct?: DataZiaWorkloadGroupsExpressionJsonExpressionContainers): any; export declare class DataZiaWorkloadGroupsExpressionJsonExpressionContainersOutputReference 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(): DataZiaWorkloadGroupsExpressionJsonExpressionContainers | undefined; set internalValue(value: DataZiaWorkloadGroupsExpressionJsonExpressionContainers | undefined); get operator(): any; private _tagContainer; get tagContainer(): DataZiaWorkloadGroupsExpressionJsonExpressionContainersTagContainerList; get tagType(): any; } export declare class DataZiaWorkloadGroupsExpressionJsonExpressionContainersList 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): DataZiaWorkloadGroupsExpressionJsonExpressionContainersOutputReference; } export interface DataZiaWorkloadGroupsExpressionJson { } export declare function dataZiaWorkloadGroupsExpressionJsonToTerraform(struct?: DataZiaWorkloadGroupsExpressionJson): any; export declare function dataZiaWorkloadGroupsExpressionJsonToHclTerraform(struct?: DataZiaWorkloadGroupsExpressionJson): any; export declare class DataZiaWorkloadGroupsExpressionJsonOutputReference 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(): DataZiaWorkloadGroupsExpressionJson | undefined; set internalValue(value: DataZiaWorkloadGroupsExpressionJson | undefined); private _expressionContainers; get expressionContainers(): DataZiaWorkloadGroupsExpressionJsonExpressionContainersList; } export declare class DataZiaWorkloadGroupsExpressionJsonList 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): DataZiaWorkloadGroupsExpressionJsonOutputReference; } export interface DataZiaWorkloadGroupsLastModifiedBy { } export declare function dataZiaWorkloadGroupsLastModifiedByToTerraform(struct?: DataZiaWorkloadGroupsLastModifiedBy): any; export declare function dataZiaWorkloadGroupsLastModifiedByToHclTerraform(struct?: DataZiaWorkloadGroupsLastModifiedBy): any; export declare class DataZiaWorkloadGroupsLastModifiedByOutputReference 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(): DataZiaWorkloadGroupsLastModifiedBy | undefined; set internalValue(value: DataZiaWorkloadGroupsLastModifiedBy | undefined); private _extensions; get extensions(): any; get externalId(): any; get id(): any; get name(): any; } export declare class DataZiaWorkloadGroupsLastModifiedByList 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): DataZiaWorkloadGroupsLastModifiedByOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/workload_groups zia_workload_groups} */ export declare class DataZiaWorkloadGroups extends cdktf.TerraformDataSource { static readonly tfResourceType = "zia_workload_groups"; /** * Generates CDKTF code for importing a DataZiaWorkloadGroups 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 DataZiaWorkloadGroups to import * @param importFromId The id of the existing DataZiaWorkloadGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/zscaler/zia/4.6.5/docs/data-sources/workload_groups#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataZiaWorkloadGroups 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/workload_groups zia_workload_groups} 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 DataZiaWorkloadGroupsConfig = {} */ constructor(scope: Construct, id: string, config?: DataZiaWorkloadGroupsConfig); get description(): any; get expression(): any; private _expressionJson; get expressionJson(): DataZiaWorkloadGroupsExpressionJsonList; private _id?; get id(): number; set id(value: number); resetId(): void; get idInput(): number; private _lastModifiedBy; get lastModifiedBy(): DataZiaWorkloadGroupsLastModifiedByList; get lastModifiedTime(): any; private _name?; get name(): string; set name(value: string); resetName(): void; get nameInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }