import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudRedisInstancesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_instances#id DataTencentcloudRedisInstances#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; /** * The number limitation of results for a query. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_instances#limit DataTencentcloudRedisInstances#limit} */ readonly limit?: number; /** * ID of the project to which redis instance belongs. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_instances#project_id DataTencentcloudRedisInstances#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/redis_instances#result_output_file DataTencentcloudRedisInstances#result_output_file} */ readonly resultOutputFile?: string; /** * Key words used to match the results, and the key words can be: instance ID, instance name and IP address. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_instances#search_key DataTencentcloudRedisInstances#search_key} */ readonly searchKey?: string; /** * Tags of redis instance. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_instances#tags DataTencentcloudRedisInstances#tags} */ readonly tags?: { [key: string]: string; }; /** * ID of an available zone. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_instances#zone DataTencentcloudRedisInstances#zone} */ readonly zone?: string; } export interface DataTencentcloudRedisInstancesInstanceListNodeInfo { } export declare function dataTencentcloudRedisInstancesInstanceListNodeInfoToTerraform(struct?: DataTencentcloudRedisInstancesInstanceListNodeInfo): any; export declare function dataTencentcloudRedisInstancesInstanceListNodeInfoToHclTerraform(struct?: DataTencentcloudRedisInstancesInstanceListNodeInfo): any; export declare class DataTencentcloudRedisInstancesInstanceListNodeInfoOutputReference 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(): DataTencentcloudRedisInstancesInstanceListNodeInfo | undefined; set internalValue(value: DataTencentcloudRedisInstancesInstanceListNodeInfo | undefined); get id(): any; get master(): any; get zoneId(): any; } export declare class DataTencentcloudRedisInstancesInstanceListNodeInfoList 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): DataTencentcloudRedisInstancesInstanceListNodeInfoOutputReference; } export interface DataTencentcloudRedisInstancesInstanceListStruct { } export declare function dataTencentcloudRedisInstancesInstanceListStructToTerraform(struct?: DataTencentcloudRedisInstancesInstanceListStruct): any; export declare function dataTencentcloudRedisInstancesInstanceListStructToHclTerraform(struct?: DataTencentcloudRedisInstancesInstanceListStruct): any; export declare class DataTencentcloudRedisInstancesInstanceListStructOutputReference 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(): DataTencentcloudRedisInstancesInstanceListStruct | undefined; set internalValue(value: DataTencentcloudRedisInstancesInstanceListStruct | undefined); get chargeType(): any; get createTime(): any; get ip(): any; get memSize(): any; get name(): any; private _nodeInfo; get nodeInfo(): DataTencentcloudRedisInstancesInstanceListNodeInfoList; get port(): any; get projectId(): any; get redisId(): any; get redisReplicasNum(): any; get redisShardNum(): any; get status(): any; get subnetId(): any; private _tags; get tags(): any; get type(): any; get typeId(): any; get vpcId(): any; get zone(): any; } export declare class DataTencentcloudRedisInstancesInstanceListStructList 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): DataTencentcloudRedisInstancesInstanceListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_instances tencentcloud_redis_instances} */ export declare class DataTencentcloudRedisInstances extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_redis_instances"; /** * Generates CDKTF code for importing a DataTencentcloudRedisInstances 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 DataTencentcloudRedisInstances to import * @param importFromId The id of the existing DataTencentcloudRedisInstances that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_instances#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudRedisInstances 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/redis_instances tencentcloud_redis_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 DataTencentcloudRedisInstancesConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudRedisInstancesConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceList; get instanceList(): DataTencentcloudRedisInstancesInstanceListStructList; private _limit?; get limit(): number; set limit(value: number); resetLimit(): void; get limitInput(): number; 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 _searchKey?; get searchKey(): string; set searchKey(value: string); resetSearchKey(): void; get searchKeyInput(): string; private _tags?; get tags(): { [key: string]: string; }; set tags(value: { [key: string]: string; }); resetTags(): void; get tagsInput(): { [key: string]: string; }; private _zone?; get zone(): string; set zone(value: string); resetZone(): void; get zoneInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }