import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudRedisClustersConfig extends cdktf.TerraformMetaArguments { /** * Renewal mode: 0- default state (manual renewal); 1- Automatic renewal; 2- Clearly stating that automatic renewal is not allowed. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_clusters#auto_renew_flag DataTencentcloudRedisClusters#auto_renew_flag} */ readonly autoRenewFlag?: number[]; /** * Cluster name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_clusters#cluster_name DataTencentcloudRedisClusters#cluster_name} */ readonly clusterName?: string; /** * Dedicated cluster Id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_clusters#dedicated_cluster_id DataTencentcloudRedisClusters#dedicated_cluster_id} */ readonly dedicatedClusterId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_clusters#id DataTencentcloudRedisClusters#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; /** * Project Ids. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_clusters#project_ids DataTencentcloudRedisClusters#project_ids} */ readonly projectIds?: number[]; /** * Redis Cluster Ids. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_clusters#redis_cluster_ids DataTencentcloudRedisClusters#redis_cluster_ids} */ readonly redisClusterIds?: string[]; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_clusters#result_output_file DataTencentcloudRedisClusters#result_output_file} */ readonly resultOutputFile?: string; /** * Cluster status: 1- In process, 2- Running, 3- Isolated. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_clusters#status DataTencentcloudRedisClusters#status} */ readonly status?: number[]; } export interface DataTencentcloudRedisClustersResourcesBaseBundles { } export declare function dataTencentcloudRedisClustersResourcesBaseBundlesToTerraform(struct?: DataTencentcloudRedisClustersResourcesBaseBundles): any; export declare function dataTencentcloudRedisClustersResourcesBaseBundlesToHclTerraform(struct?: DataTencentcloudRedisClustersResourcesBaseBundles): any; export declare class DataTencentcloudRedisClustersResourcesBaseBundlesOutputReference 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(): DataTencentcloudRedisClustersResourcesBaseBundles | undefined; set internalValue(value: DataTencentcloudRedisClustersResourcesBaseBundles | undefined); get availableMemory(): any; get count(): any; get resourceBundleName(): any; } export declare class DataTencentcloudRedisClustersResourcesBaseBundlesList 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): DataTencentcloudRedisClustersResourcesBaseBundlesOutputReference; } export interface DataTencentcloudRedisClustersResourcesResourceBundles { } export declare function dataTencentcloudRedisClustersResourcesResourceBundlesToTerraform(struct?: DataTencentcloudRedisClustersResourcesResourceBundles): any; export declare function dataTencentcloudRedisClustersResourcesResourceBundlesToHclTerraform(struct?: DataTencentcloudRedisClustersResourcesResourceBundles): any; export declare class DataTencentcloudRedisClustersResourcesResourceBundlesOutputReference 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(): DataTencentcloudRedisClustersResourcesResourceBundles | undefined; set internalValue(value: DataTencentcloudRedisClustersResourcesResourceBundles | undefined); get availableMemory(): any; get count(): any; get resourceBundleName(): any; } export declare class DataTencentcloudRedisClustersResourcesResourceBundlesList 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): DataTencentcloudRedisClustersResourcesResourceBundlesOutputReference; } export interface DataTencentcloudRedisClustersResources { } export declare function dataTencentcloudRedisClustersResourcesToTerraform(struct?: DataTencentcloudRedisClustersResources): any; export declare function dataTencentcloudRedisClustersResourcesToHclTerraform(struct?: DataTencentcloudRedisClustersResources): any; export declare class DataTencentcloudRedisClustersResourcesOutputReference 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(): DataTencentcloudRedisClustersResources | undefined; set internalValue(value: DataTencentcloudRedisClustersResources | undefined); get appId(): any; get autoRenewFlag(): any; private _baseBundles; get baseBundles(): DataTencentcloudRedisClustersResourcesBaseBundlesList; get clusterName(): any; get dedicatedClusterId(): any; get endTime(): any; get payMode(): any; get projectId(): any; get redisClusterId(): any; get regionId(): any; private _resourceBundles; get resourceBundles(): DataTencentcloudRedisClustersResourcesResourceBundlesList; get startTime(): any; get status(): any; get zoneId(): any; } export declare class DataTencentcloudRedisClustersResourcesList 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): DataTencentcloudRedisClustersResourcesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_clusters tencentcloud_redis_clusters} */ export declare class DataTencentcloudRedisClusters extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_redis_clusters"; /** * Generates CDKTF code for importing a DataTencentcloudRedisClusters 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 DataTencentcloudRedisClusters to import * @param importFromId The id of the existing DataTencentcloudRedisClusters that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/redis_clusters#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudRedisClusters 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_clusters tencentcloud_redis_clusters} 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 DataTencentcloudRedisClustersConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudRedisClustersConfig); private _autoRenewFlag?; get autoRenewFlag(): number[]; set autoRenewFlag(value: number[]); resetAutoRenewFlag(): void; get autoRenewFlagInput(): number[]; private _clusterName?; get clusterName(): string; set clusterName(value: string); resetClusterName(): void; get clusterNameInput(): string; private _dedicatedClusterId?; get dedicatedClusterId(): string; set dedicatedClusterId(value: string); resetDedicatedClusterId(): void; get dedicatedClusterIdInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _projectIds?; get projectIds(): number[]; set projectIds(value: number[]); resetProjectIds(): void; get projectIdsInput(): number[]; private _redisClusterIds?; get redisClusterIds(): string[]; set redisClusterIds(value: string[]); resetRedisClusterIds(): void; get redisClusterIdsInput(): string[]; private _resources; get resources(): DataTencentcloudRedisClustersResourcesList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _status?; get status(): number[]; set status(value: number[]); resetStatus(): void; get statusInput(): number[]; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }