import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudClickhouseSpecConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clickhouse_spec#id DataTencentcloudClickhouseSpec#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; /** * Is it elastic. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clickhouse_spec#is_elastic DataTencentcloudClickhouseSpec#is_elastic} */ readonly isElastic?: boolean | cdktf.IResolvable; /** * Billing type, PREPAID means annual and monthly subscription, POSTPAID_BY_HOUR means pay-as-you-go billing. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clickhouse_spec#pay_mode DataTencentcloudClickhouseSpec#pay_mode} */ readonly payMode?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clickhouse_spec#result_output_file DataTencentcloudClickhouseSpec#result_output_file} */ readonly resultOutputFile?: string; /** * Regional information. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clickhouse_spec#zone DataTencentcloudClickhouseSpec#zone} */ readonly zone: string; } export interface DataTencentcloudClickhouseSpecAttachCbsSpec { } export declare function dataTencentcloudClickhouseSpecAttachCbsSpecToTerraform(struct?: DataTencentcloudClickhouseSpecAttachCbsSpec): any; export declare function dataTencentcloudClickhouseSpecAttachCbsSpecToHclTerraform(struct?: DataTencentcloudClickhouseSpecAttachCbsSpec): any; export declare class DataTencentcloudClickhouseSpecAttachCbsSpecOutputReference 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(): DataTencentcloudClickhouseSpecAttachCbsSpec | undefined; set internalValue(value: DataTencentcloudClickhouseSpecAttachCbsSpec | undefined); get diskCount(): any; get diskDesc(): any; get diskType(): any; get maxDiskSize(): any; get minDiskSize(): any; } export declare class DataTencentcloudClickhouseSpecAttachCbsSpecList 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): DataTencentcloudClickhouseSpecAttachCbsSpecOutputReference; } export interface DataTencentcloudClickhouseSpecCommonSpecDataDisk { } export declare function dataTencentcloudClickhouseSpecCommonSpecDataDiskToTerraform(struct?: DataTencentcloudClickhouseSpecCommonSpecDataDisk): any; export declare function dataTencentcloudClickhouseSpecCommonSpecDataDiskToHclTerraform(struct?: DataTencentcloudClickhouseSpecCommonSpecDataDisk): any; export declare class DataTencentcloudClickhouseSpecCommonSpecDataDiskOutputReference 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(): DataTencentcloudClickhouseSpecCommonSpecDataDisk | undefined; set internalValue(value: DataTencentcloudClickhouseSpecCommonSpecDataDisk | undefined); get diskCount(): any; get diskDesc(): any; get diskType(): any; get maxDiskSize(): any; get minDiskSize(): any; } export declare class DataTencentcloudClickhouseSpecCommonSpecDataDiskList 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): DataTencentcloudClickhouseSpecCommonSpecDataDiskOutputReference; } export interface DataTencentcloudClickhouseSpecCommonSpecSystemDisk { } export declare function dataTencentcloudClickhouseSpecCommonSpecSystemDiskToTerraform(struct?: DataTencentcloudClickhouseSpecCommonSpecSystemDisk): any; export declare function dataTencentcloudClickhouseSpecCommonSpecSystemDiskToHclTerraform(struct?: DataTencentcloudClickhouseSpecCommonSpecSystemDisk): any; export declare class DataTencentcloudClickhouseSpecCommonSpecSystemDiskOutputReference 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(): DataTencentcloudClickhouseSpecCommonSpecSystemDisk | undefined; set internalValue(value: DataTencentcloudClickhouseSpecCommonSpecSystemDisk | undefined); get diskCount(): any; get diskDesc(): any; get diskType(): any; get maxDiskSize(): any; get minDiskSize(): any; } export declare class DataTencentcloudClickhouseSpecCommonSpecSystemDiskList 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): DataTencentcloudClickhouseSpecCommonSpecSystemDiskOutputReference; } export interface DataTencentcloudClickhouseSpecCommonSpec { } export declare function dataTencentcloudClickhouseSpecCommonSpecToTerraform(struct?: DataTencentcloudClickhouseSpecCommonSpec): any; export declare function dataTencentcloudClickhouseSpecCommonSpecToHclTerraform(struct?: DataTencentcloudClickhouseSpecCommonSpec): any; export declare class DataTencentcloudClickhouseSpecCommonSpecOutputReference 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(): DataTencentcloudClickhouseSpecCommonSpec | undefined; set internalValue(value: DataTencentcloudClickhouseSpecCommonSpec | undefined); get available(): any; get computeSpecDesc(): any; get cpu(): any; private _dataDisk; get dataDisk(): DataTencentcloudClickhouseSpecCommonSpecDataDiskList; get displayName(): any; get instanceQuota(): any; get maxNodeSize(): any; get mem(): any; get name(): any; private _systemDisk; get systemDisk(): DataTencentcloudClickhouseSpecCommonSpecSystemDiskList; get type(): any; } export declare class DataTencentcloudClickhouseSpecCommonSpecList 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): DataTencentcloudClickhouseSpecCommonSpecOutputReference; } export interface DataTencentcloudClickhouseSpecDataSpecDataDisk { } export declare function dataTencentcloudClickhouseSpecDataSpecDataDiskToTerraform(struct?: DataTencentcloudClickhouseSpecDataSpecDataDisk): any; export declare function dataTencentcloudClickhouseSpecDataSpecDataDiskToHclTerraform(struct?: DataTencentcloudClickhouseSpecDataSpecDataDisk): any; export declare class DataTencentcloudClickhouseSpecDataSpecDataDiskOutputReference 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(): DataTencentcloudClickhouseSpecDataSpecDataDisk | undefined; set internalValue(value: DataTencentcloudClickhouseSpecDataSpecDataDisk | undefined); get diskCount(): any; get diskDesc(): any; get diskType(): any; get maxDiskSize(): any; get minDiskSize(): any; } export declare class DataTencentcloudClickhouseSpecDataSpecDataDiskList 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): DataTencentcloudClickhouseSpecDataSpecDataDiskOutputReference; } export interface DataTencentcloudClickhouseSpecDataSpecSystemDisk { } export declare function dataTencentcloudClickhouseSpecDataSpecSystemDiskToTerraform(struct?: DataTencentcloudClickhouseSpecDataSpecSystemDisk): any; export declare function dataTencentcloudClickhouseSpecDataSpecSystemDiskToHclTerraform(struct?: DataTencentcloudClickhouseSpecDataSpecSystemDisk): any; export declare class DataTencentcloudClickhouseSpecDataSpecSystemDiskOutputReference 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(): DataTencentcloudClickhouseSpecDataSpecSystemDisk | undefined; set internalValue(value: DataTencentcloudClickhouseSpecDataSpecSystemDisk | undefined); get diskCount(): any; get diskDesc(): any; get diskType(): any; get maxDiskSize(): any; get minDiskSize(): any; } export declare class DataTencentcloudClickhouseSpecDataSpecSystemDiskList 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): DataTencentcloudClickhouseSpecDataSpecSystemDiskOutputReference; } export interface DataTencentcloudClickhouseSpecDataSpec { } export declare function dataTencentcloudClickhouseSpecDataSpecToTerraform(struct?: DataTencentcloudClickhouseSpecDataSpec): any; export declare function dataTencentcloudClickhouseSpecDataSpecToHclTerraform(struct?: DataTencentcloudClickhouseSpecDataSpec): any; export declare class DataTencentcloudClickhouseSpecDataSpecOutputReference 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(): DataTencentcloudClickhouseSpecDataSpec | undefined; set internalValue(value: DataTencentcloudClickhouseSpecDataSpec | undefined); get available(): any; get computeSpecDesc(): any; get cpu(): any; private _dataDisk; get dataDisk(): DataTencentcloudClickhouseSpecDataSpecDataDiskList; get displayName(): any; get instanceQuota(): any; get maxNodeSize(): any; get mem(): any; get name(): any; private _systemDisk; get systemDisk(): DataTencentcloudClickhouseSpecDataSpecSystemDiskList; get type(): any; } export declare class DataTencentcloudClickhouseSpecDataSpecList 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): DataTencentcloudClickhouseSpecDataSpecOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clickhouse_spec tencentcloud_clickhouse_spec} */ export declare class DataTencentcloudClickhouseSpec extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_clickhouse_spec"; /** * Generates CDKTF code for importing a DataTencentcloudClickhouseSpec 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 DataTencentcloudClickhouseSpec to import * @param importFromId The id of the existing DataTencentcloudClickhouseSpec that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/clickhouse_spec#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudClickhouseSpec 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/clickhouse_spec tencentcloud_clickhouse_spec} 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 DataTencentcloudClickhouseSpecConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudClickhouseSpecConfig); private _attachCbsSpec; get attachCbsSpec(): DataTencentcloudClickhouseSpecAttachCbsSpecList; private _commonSpec; get commonSpec(): DataTencentcloudClickhouseSpecCommonSpecList; private _dataSpec; get dataSpec(): DataTencentcloudClickhouseSpecDataSpecList; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _isElastic?; get isElastic(): boolean | cdktf.IResolvable; set isElastic(value: boolean | cdktf.IResolvable); resetIsElastic(): void; get isElasticInput(): any; private _payMode?; get payMode(): string; set payMode(value: string); resetPayMode(): void; get payModeInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _zone?; get zone(): string; set zone(value: string); get zoneInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }