import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudTdmqRocketmqClusterConfig extends cdktf.TerraformMetaArguments { /** * Filter by cluster ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tdmq_rocketmq_cluster#cluster_id_list DataTencentcloudTdmqRocketmqCluster#cluster_id_list} */ readonly clusterIdList?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tdmq_rocketmq_cluster#id DataTencentcloudTdmqRocketmqCluster#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; /** * Search by cluster ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tdmq_rocketmq_cluster#id_keyword DataTencentcloudTdmqRocketmqCluster#id_keyword} */ readonly idKeyword?: string; /** * Search by cluster name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tdmq_rocketmq_cluster#name_keyword DataTencentcloudTdmqRocketmqCluster#name_keyword} */ readonly nameKeyword?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tdmq_rocketmq_cluster#result_output_file DataTencentcloudTdmqRocketmqCluster#result_output_file} */ readonly resultOutputFile?: string; } export interface DataTencentcloudTdmqRocketmqClusterClusterListConfig { } export declare function dataTencentcloudTdmqRocketmqClusterClusterListConfigToTerraform(struct?: DataTencentcloudTdmqRocketmqClusterClusterListConfig): any; export declare function dataTencentcloudTdmqRocketmqClusterClusterListConfigToHclTerraform(struct?: DataTencentcloudTdmqRocketmqClusterClusterListConfig): any; export declare class DataTencentcloudTdmqRocketmqClusterClusterListConfigOutputReference 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(): DataTencentcloudTdmqRocketmqClusterClusterListConfig | undefined; set internalValue(value: DataTencentcloudTdmqRocketmqClusterClusterListConfig | undefined); get maxGroupNum(): any; get maxLatencyTime(): any; get maxNamespaceNum(): any; get maxRetentionTime(): any; get maxTopicNum(): any; get maxTpsPerNamespace(): any; get usedGroupNum(): any; get usedNamespaceNum(): any; get usedTopicNum(): any; } export declare class DataTencentcloudTdmqRocketmqClusterClusterListConfigList 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): DataTencentcloudTdmqRocketmqClusterClusterListConfigOutputReference; } export interface DataTencentcloudTdmqRocketmqClusterClusterListInfoVpcs { } export declare function dataTencentcloudTdmqRocketmqClusterClusterListInfoVpcsToTerraform(struct?: DataTencentcloudTdmqRocketmqClusterClusterListInfoVpcs): any; export declare function dataTencentcloudTdmqRocketmqClusterClusterListInfoVpcsToHclTerraform(struct?: DataTencentcloudTdmqRocketmqClusterClusterListInfoVpcs): any; export declare class DataTencentcloudTdmqRocketmqClusterClusterListInfoVpcsOutputReference 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(): DataTencentcloudTdmqRocketmqClusterClusterListInfoVpcs | undefined; set internalValue(value: DataTencentcloudTdmqRocketmqClusterClusterListInfoVpcs | undefined); get subnetId(): any; get vpcId(): any; } export declare class DataTencentcloudTdmqRocketmqClusterClusterListInfoVpcsList 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): DataTencentcloudTdmqRocketmqClusterClusterListInfoVpcsOutputReference; } export interface DataTencentcloudTdmqRocketmqClusterClusterListInfo { } export declare function dataTencentcloudTdmqRocketmqClusterClusterListInfoToTerraform(struct?: DataTencentcloudTdmqRocketmqClusterClusterListInfo): any; export declare function dataTencentcloudTdmqRocketmqClusterClusterListInfoToHclTerraform(struct?: DataTencentcloudTdmqRocketmqClusterClusterListInfo): any; export declare class DataTencentcloudTdmqRocketmqClusterClusterListInfoOutputReference 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(): DataTencentcloudTdmqRocketmqClusterClusterListInfo | undefined; set internalValue(value: DataTencentcloudTdmqRocketmqClusterClusterListInfo | undefined); get clusterId(): any; get clusterName(): any; get createTime(): any; get isVip(): any; get publicEndPoint(): any; get region(): any; get remark(): any; get rocketmqFlag(): any; get supportNamespaceEndpoint(): any; get vpcEndPoint(): any; private _vpcs; get vpcs(): DataTencentcloudTdmqRocketmqClusterClusterListInfoVpcsList; } export declare class DataTencentcloudTdmqRocketmqClusterClusterListInfoList 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): DataTencentcloudTdmqRocketmqClusterClusterListInfoOutputReference; } export interface DataTencentcloudTdmqRocketmqClusterClusterListStruct { } export declare function dataTencentcloudTdmqRocketmqClusterClusterListStructToTerraform(struct?: DataTencentcloudTdmqRocketmqClusterClusterListStruct): any; export declare function dataTencentcloudTdmqRocketmqClusterClusterListStructToHclTerraform(struct?: DataTencentcloudTdmqRocketmqClusterClusterListStruct): any; export declare class DataTencentcloudTdmqRocketmqClusterClusterListStructOutputReference 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(): DataTencentcloudTdmqRocketmqClusterClusterListStruct | undefined; set internalValue(value: DataTencentcloudTdmqRocketmqClusterClusterListStruct | undefined); private _config; get config(): DataTencentcloudTdmqRocketmqClusterClusterListConfigList; private _info; get info(): DataTencentcloudTdmqRocketmqClusterClusterListInfoList; get status(): any; } export declare class DataTencentcloudTdmqRocketmqClusterClusterListStructList 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): DataTencentcloudTdmqRocketmqClusterClusterListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tdmq_rocketmq_cluster tencentcloud_tdmq_rocketmq_cluster} */ export declare class DataTencentcloudTdmqRocketmqCluster extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_tdmq_rocketmq_cluster"; /** * Generates CDKTF code for importing a DataTencentcloudTdmqRocketmqCluster 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 DataTencentcloudTdmqRocketmqCluster to import * @param importFromId The id of the existing DataTencentcloudTdmqRocketmqCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tdmq_rocketmq_cluster#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudTdmqRocketmqCluster 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/tdmq_rocketmq_cluster tencentcloud_tdmq_rocketmq_cluster} 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 DataTencentcloudTdmqRocketmqClusterConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudTdmqRocketmqClusterConfig); private _clusterIdList?; get clusterIdList(): string[]; set clusterIdList(value: string[]); resetClusterIdList(): void; get clusterIdListInput(): string[]; private _clusterList; get clusterList(): DataTencentcloudTdmqRocketmqClusterClusterListStructList; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _idKeyword?; get idKeyword(): string; set idKeyword(value: string); resetIdKeyword(): void; get idKeywordInput(): string; private _nameKeyword?; get nameKeyword(): string; set nameKeyword(value: string); resetNameKeyword(): void; get nameKeywordInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }