import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudCdwdorisInstancesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cdwdoris_instances#id DataTencentcloudCdwdorisInstances#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?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cdwdoris_instances#result_output_file DataTencentcloudCdwdorisInstances#result_output_file} */ readonly resultOutputFile?: string; /** * The name of the cluster ID for the search. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cdwdoris_instances#search_instance_id DataTencentcloudCdwdorisInstances#search_instance_id} */ readonly searchInstanceId?: string; /** * The cluster name for the search. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cdwdoris_instances#search_instance_name DataTencentcloudCdwdorisInstances#search_instance_name} */ readonly searchInstanceName?: string; /** * search_tags block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cdwdoris_instances#search_tags DataTencentcloudCdwdorisInstances#search_tags} */ readonly searchTags?: DataTencentcloudCdwdorisInstancesSearchTags[] | cdktf.IResolvable; } export interface DataTencentcloudCdwdorisInstancesInstancesListCoreSummaryAttachCbsSpec { } export declare function dataTencentcloudCdwdorisInstancesInstancesListCoreSummaryAttachCbsSpecToTerraform(struct?: DataTencentcloudCdwdorisInstancesInstancesListCoreSummaryAttachCbsSpec): any; export declare function dataTencentcloudCdwdorisInstancesInstancesListCoreSummaryAttachCbsSpecToHclTerraform(struct?: DataTencentcloudCdwdorisInstancesInstancesListCoreSummaryAttachCbsSpec): any; export declare class DataTencentcloudCdwdorisInstancesInstancesListCoreSummaryAttachCbsSpecOutputReference 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(): DataTencentcloudCdwdorisInstancesInstancesListCoreSummaryAttachCbsSpec | undefined; set internalValue(value: DataTencentcloudCdwdorisInstancesInstancesListCoreSummaryAttachCbsSpec | undefined); get diskCount(): any; get diskDesc(): any; get diskSize(): any; get diskType(): any; } export declare class DataTencentcloudCdwdorisInstancesInstancesListCoreSummaryAttachCbsSpecList 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): DataTencentcloudCdwdorisInstancesInstancesListCoreSummaryAttachCbsSpecOutputReference; } export interface DataTencentcloudCdwdorisInstancesInstancesListCoreSummary { } export declare function dataTencentcloudCdwdorisInstancesInstancesListCoreSummaryToTerraform(struct?: DataTencentcloudCdwdorisInstancesInstancesListCoreSummary): any; export declare function dataTencentcloudCdwdorisInstancesInstancesListCoreSummaryToHclTerraform(struct?: DataTencentcloudCdwdorisInstancesInstancesListCoreSummary): any; export declare class DataTencentcloudCdwdorisInstancesInstancesListCoreSummaryOutputReference 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(): DataTencentcloudCdwdorisInstancesInstancesListCoreSummary | undefined; set internalValue(value: DataTencentcloudCdwdorisInstancesInstancesListCoreSummary | undefined); private _attachCbsSpec; get attachCbsSpec(): DataTencentcloudCdwdorisInstancesInstancesListCoreSummaryAttachCbsSpecList; get core(): any; get disk(): any; get diskCount(): any; get diskDesc(): any; get diskType(): any; get encrypt(): any; get maxDiskSize(): any; get memory(): any; get nodeSize(): any; get spec(): any; get specCore(): any; get specMemory(): any; get subProductType(): any; } export declare class DataTencentcloudCdwdorisInstancesInstancesListCoreSummaryList 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): DataTencentcloudCdwdorisInstancesInstancesListCoreSummaryOutputReference; } export interface DataTencentcloudCdwdorisInstancesInstancesListMasterSummaryAttachCbsSpec { } export declare function dataTencentcloudCdwdorisInstancesInstancesListMasterSummaryAttachCbsSpecToTerraform(struct?: DataTencentcloudCdwdorisInstancesInstancesListMasterSummaryAttachCbsSpec): any; export declare function dataTencentcloudCdwdorisInstancesInstancesListMasterSummaryAttachCbsSpecToHclTerraform(struct?: DataTencentcloudCdwdorisInstancesInstancesListMasterSummaryAttachCbsSpec): any; export declare class DataTencentcloudCdwdorisInstancesInstancesListMasterSummaryAttachCbsSpecOutputReference 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(): DataTencentcloudCdwdorisInstancesInstancesListMasterSummaryAttachCbsSpec | undefined; set internalValue(value: DataTencentcloudCdwdorisInstancesInstancesListMasterSummaryAttachCbsSpec | undefined); get diskCount(): any; get diskDesc(): any; get diskSize(): any; get diskType(): any; } export declare class DataTencentcloudCdwdorisInstancesInstancesListMasterSummaryAttachCbsSpecList 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): DataTencentcloudCdwdorisInstancesInstancesListMasterSummaryAttachCbsSpecOutputReference; } export interface DataTencentcloudCdwdorisInstancesInstancesListMasterSummary { } export declare function dataTencentcloudCdwdorisInstancesInstancesListMasterSummaryToTerraform(struct?: DataTencentcloudCdwdorisInstancesInstancesListMasterSummary): any; export declare function dataTencentcloudCdwdorisInstancesInstancesListMasterSummaryToHclTerraform(struct?: DataTencentcloudCdwdorisInstancesInstancesListMasterSummary): any; export declare class DataTencentcloudCdwdorisInstancesInstancesListMasterSummaryOutputReference 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(): DataTencentcloudCdwdorisInstancesInstancesListMasterSummary | undefined; set internalValue(value: DataTencentcloudCdwdorisInstancesInstancesListMasterSummary | undefined); private _attachCbsSpec; get attachCbsSpec(): DataTencentcloudCdwdorisInstancesInstancesListMasterSummaryAttachCbsSpecList; get core(): any; get disk(): any; get diskCount(): any; get diskDesc(): any; get diskType(): any; get encrypt(): any; get maxDiskSize(): any; get memory(): any; get nodeSize(): any; get spec(): any; get specCore(): any; get specMemory(): any; get subProductType(): any; } export declare class DataTencentcloudCdwdorisInstancesInstancesListMasterSummaryList 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): DataTencentcloudCdwdorisInstancesInstancesListMasterSummaryOutputReference; } export interface DataTencentcloudCdwdorisInstancesInstancesListTags { } export declare function dataTencentcloudCdwdorisInstancesInstancesListTagsToTerraform(struct?: DataTencentcloudCdwdorisInstancesInstancesListTags): any; export declare function dataTencentcloudCdwdorisInstancesInstancesListTagsToHclTerraform(struct?: DataTencentcloudCdwdorisInstancesInstancesListTags): any; export declare class DataTencentcloudCdwdorisInstancesInstancesListTagsOutputReference 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(): DataTencentcloudCdwdorisInstancesInstancesListTags | undefined; set internalValue(value: DataTencentcloudCdwdorisInstancesInstancesListTags | undefined); get tagKey(): any; get tagValue(): any; } export declare class DataTencentcloudCdwdorisInstancesInstancesListTagsList 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): DataTencentcloudCdwdorisInstancesInstancesListTagsOutputReference; } export interface DataTencentcloudCdwdorisInstancesInstancesListStruct { } export declare function dataTencentcloudCdwdorisInstancesInstancesListStructToTerraform(struct?: DataTencentcloudCdwdorisInstancesInstancesListStruct): any; export declare function dataTencentcloudCdwdorisInstancesInstancesListStructToHclTerraform(struct?: DataTencentcloudCdwdorisInstancesInstancesListStruct): any; export declare class DataTencentcloudCdwdorisInstancesInstancesListStructOutputReference 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(): DataTencentcloudCdwdorisInstancesInstancesListStruct | undefined; set internalValue(value: DataTencentcloudCdwdorisInstancesInstancesListStruct | undefined); get accessInfo(): any; get bindSGs(): any; get buildVersion(): any; get canAttachCbs(): any; get caseSensitive(): any; get characteristic(): any; get clsLogSetId(): any; get clsTopicId(): any; get components(): any; get coolDownBucket(): any; private _coreSummary; get coreSummary(): DataTencentcloudCdwdorisInstancesInstancesListCoreSummaryList; get cosBucketName(): any; get cosMoveFactor(): any; get createTime(): any; get eip(): any; get enableCoolDown(): any; get enableMultiZones(): any; get enableXmlConfig(): any; get expireTime(): any; get flowMsg(): any; get graceShutdownWaitSeconds(): any; get ha(): any; get haType(): any; get hasClsTopic(): any; get id(): any; get instanceId(): any; get instanceName(): any; get isWhiteSGs(): any; get kind(): any; private _masterSummary; get masterSummary(): DataTencentcloudCdwdorisInstancesInstancesListMasterSummaryList; get monitor(): any; get payMode(): any; get region(): any; get regionDesc(): any; get regionId(): any; get renewFlag(): any; get restartTimeout(): any; get status(): any; get statusDesc(): any; get subnetId(): any; private _tags; get tags(): DataTencentcloudCdwdorisInstancesInstancesListTagsList; get userNetworkInfos(): any; get version(): any; get vpcId(): any; get zone(): any; get zoneDesc(): any; } export declare class DataTencentcloudCdwdorisInstancesInstancesListStructList 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): DataTencentcloudCdwdorisInstancesInstancesListStructOutputReference; } export interface DataTencentcloudCdwdorisInstancesSearchTags { /** * 1 means only the tag key is entered without a value, and 0 means both the key and the value are entered. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cdwdoris_instances#all_value DataTencentcloudCdwdorisInstances#all_value} */ readonly allValue?: number; /** * Tag key. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cdwdoris_instances#tag_key DataTencentcloudCdwdorisInstances#tag_key} */ readonly tagKey?: string; /** * Tag value. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cdwdoris_instances#tag_value DataTencentcloudCdwdorisInstances#tag_value} */ readonly tagValue?: string; } export declare function dataTencentcloudCdwdorisInstancesSearchTagsToTerraform(struct?: DataTencentcloudCdwdorisInstancesSearchTags | cdktf.IResolvable): any; export declare function dataTencentcloudCdwdorisInstancesSearchTagsToHclTerraform(struct?: DataTencentcloudCdwdorisInstancesSearchTags | cdktf.IResolvable): any; export declare class DataTencentcloudCdwdorisInstancesSearchTagsOutputReference 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(): DataTencentcloudCdwdorisInstancesSearchTags | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudCdwdorisInstancesSearchTags | cdktf.IResolvable | undefined); private _allValue?; get allValue(): number; set allValue(value: number); resetAllValue(): void; get allValueInput(): number; private _tagKey?; get tagKey(): string; set tagKey(value: string); resetTagKey(): void; get tagKeyInput(): string; private _tagValue?; get tagValue(): string; set tagValue(value: string); resetTagValue(): void; get tagValueInput(): string; } export declare class DataTencentcloudCdwdorisInstancesSearchTagsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudCdwdorisInstancesSearchTags[] | 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): DataTencentcloudCdwdorisInstancesSearchTagsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cdwdoris_instances tencentcloud_cdwdoris_instances} */ export declare class DataTencentcloudCdwdorisInstances extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_cdwdoris_instances"; /** * Generates CDKTF code for importing a DataTencentcloudCdwdorisInstances 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 DataTencentcloudCdwdorisInstances to import * @param importFromId The id of the existing DataTencentcloudCdwdorisInstances that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cdwdoris_instances#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudCdwdorisInstances 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/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cdwdoris_instances tencentcloud_cdwdoris_instances} 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 DataTencentcloudCdwdorisInstancesConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudCdwdorisInstancesConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instancesList; get instancesList(): DataTencentcloudCdwdorisInstancesInstancesListStructList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _searchInstanceId?; get searchInstanceId(): string; set searchInstanceId(value: string); resetSearchInstanceId(): void; get searchInstanceIdInput(): string; private _searchInstanceName?; get searchInstanceName(): string; set searchInstanceName(value: string); resetSearchInstanceName(): void; get searchInstanceNameInput(): string; private _searchTags; get searchTags(): DataTencentcloudCdwdorisInstancesSearchTagsList; putSearchTags(value: DataTencentcloudCdwdorisInstancesSearchTags[] | cdktf.IResolvable): void; resetSearchTags(): void; get searchTagsInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }