import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudInstancesSetConfig extends cdktf.TerraformMetaArguments { /** * The available zone that the CVM instance locates at. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/instances_set#availability_zone DataTencentcloudInstancesSet#availability_zone} */ readonly availabilityZone?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/instances_set#id DataTencentcloudInstancesSet#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; /** * ID of the instances to be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/instances_set#instance_id DataTencentcloudInstancesSet#instance_id} */ readonly instanceId?: string; /** * Name of the instances to be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/instances_set#instance_name DataTencentcloudInstancesSet#instance_name} */ readonly instanceName?: string; /** * The project CVM belongs to. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/instances_set#project_id DataTencentcloudInstancesSet#project_id} */ readonly projectId?: number; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/instances_set#result_output_file DataTencentcloudInstancesSet#result_output_file} */ readonly resultOutputFile?: string; /** * ID of a vpc subnetwork. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/instances_set#subnet_id DataTencentcloudInstancesSet#subnet_id} */ readonly subnetId?: string; /** * Tags of the instance. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/instances_set#tags DataTencentcloudInstancesSet#tags} */ readonly tags?: { [key: string]: string; }; /** * ID of the vpc to be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/instances_set#vpc_id DataTencentcloudInstancesSet#vpc_id} */ readonly vpcId?: string; } export interface DataTencentcloudInstancesSetInstanceListDataDisks { } export declare function dataTencentcloudInstancesSetInstanceListDataDisksToTerraform(struct?: DataTencentcloudInstancesSetInstanceListDataDisks): any; export declare function dataTencentcloudInstancesSetInstanceListDataDisksToHclTerraform(struct?: DataTencentcloudInstancesSetInstanceListDataDisks): any; export declare class DataTencentcloudInstancesSetInstanceListDataDisksOutputReference 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(): DataTencentcloudInstancesSetInstanceListDataDisks | undefined; set internalValue(value: DataTencentcloudInstancesSetInstanceListDataDisks | undefined); get dataDiskId(): any; get dataDiskSize(): any; get dataDiskType(): any; get deleteWithInstance(): any; } export declare class DataTencentcloudInstancesSetInstanceListDataDisksList 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): DataTencentcloudInstancesSetInstanceListDataDisksOutputReference; } export interface DataTencentcloudInstancesSetInstanceListStruct { } export declare function dataTencentcloudInstancesSetInstanceListStructToTerraform(struct?: DataTencentcloudInstancesSetInstanceListStruct): any; export declare function dataTencentcloudInstancesSetInstanceListStructToHclTerraform(struct?: DataTencentcloudInstancesSetInstanceListStruct): any; export declare class DataTencentcloudInstancesSetInstanceListStructOutputReference 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(): DataTencentcloudInstancesSetInstanceListStruct | undefined; set internalValue(value: DataTencentcloudInstancesSetInstanceListStruct | undefined); get allocatePublicIp(): any; get availabilityZone(): any; get camRoleName(): any; get cpu(): any; get createTime(): any; private _dataDisks; get dataDisks(): DataTencentcloudInstancesSetInstanceListDataDisksList; get expiredTime(): any; get imageId(): any; get instanceChargeType(): any; get instanceChargeTypePrepaidRenewFlag(): any; get instanceId(): any; get instanceName(): any; get instanceType(): any; get internetChargeType(): any; get internetMaxBandwidthOut(): any; get memory(): any; get privateIp(): any; get projectId(): any; get publicIp(): any; get securityGroups(): any; get status(): any; get subnetId(): any; get systemDiskId(): any; get systemDiskSize(): any; get systemDiskType(): any; private _tags; get tags(): any; get vpcId(): any; } export declare class DataTencentcloudInstancesSetInstanceListStructList 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): DataTencentcloudInstancesSetInstanceListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/instances_set tencentcloud_instances_set} */ export declare class DataTencentcloudInstancesSet extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_instances_set"; /** * Generates CDKTF code for importing a DataTencentcloudInstancesSet 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 DataTencentcloudInstancesSet to import * @param importFromId The id of the existing DataTencentcloudInstancesSet that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/instances_set#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudInstancesSet 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/instances_set tencentcloud_instances_set} 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 DataTencentcloudInstancesSetConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudInstancesSetConfig); private _availabilityZone?; get availabilityZone(): string; set availabilityZone(value: string); resetAvailabilityZone(): void; get availabilityZoneInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceId?; get instanceId(): string; set instanceId(value: string); resetInstanceId(): void; get instanceIdInput(): string; private _instanceList; get instanceList(): DataTencentcloudInstancesSetInstanceListStructList; private _instanceName?; get instanceName(): string; set instanceName(value: string); resetInstanceName(): void; get instanceNameInput(): string; private _projectId?; get projectId(): number; set projectId(value: number); resetProjectId(): void; get projectIdInput(): number; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _subnetId?; get subnetId(): string; set subnetId(value: string); resetSubnetId(): void; get subnetIdInput(): string; private _tags?; get tags(): { [key: string]: string; }; set tags(value: { [key: string]: string; }); resetTags(): void; get tagsInput(): { [key: string]: string; }; private _vpcId?; get vpcId(): string; set vpcId(value: string); resetVpcId(): void; get vpcIdInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }