import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudTsfClusterConfig extends cdktf.TerraformMetaArguments { /** * Cluster ID list to be queried, if not filled in or passed, all content will be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_cluster#cluster_id_list DataTencentcloudTsfCluster#cluster_id_list} */ readonly clusterIdList?: string[]; /** * The type of cluster to be queried, if left blank or not passed, all content will be queried. C: container, V: virtual machine. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_cluster#cluster_type DataTencentcloudTsfCluster#cluster_type} */ readonly clusterType?: string; /** * Whether to disable dataset authentication. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_cluster#disable_program_auth_check DataTencentcloudTsfCluster#disable_program_auth_check} */ readonly disableProgramAuthCheck?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_cluster#id DataTencentcloudTsfCluster#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; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_cluster#result_output_file DataTencentcloudTsfCluster#result_output_file} */ readonly resultOutputFile?: string; /** * Filter by keywords for Cluster Id or name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_cluster#search_word DataTencentcloudTsfCluster#search_word} */ readonly searchWord?: string; } export interface DataTencentcloudTsfClusterResultContentOperationInfoAddInstance { } export declare function dataTencentcloudTsfClusterResultContentOperationInfoAddInstanceToTerraform(struct?: DataTencentcloudTsfClusterResultContentOperationInfoAddInstance): any; export declare function dataTencentcloudTsfClusterResultContentOperationInfoAddInstanceToHclTerraform(struct?: DataTencentcloudTsfClusterResultContentOperationInfoAddInstance): any; export declare class DataTencentcloudTsfClusterResultContentOperationInfoAddInstanceOutputReference 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(): DataTencentcloudTsfClusterResultContentOperationInfoAddInstance | undefined; set internalValue(value: DataTencentcloudTsfClusterResultContentOperationInfoAddInstance | undefined); get disabledReason(): any; get enabled(): any; get supported(): any; } export declare class DataTencentcloudTsfClusterResultContentOperationInfoAddInstanceList 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): DataTencentcloudTsfClusterResultContentOperationInfoAddInstanceOutputReference; } export interface DataTencentcloudTsfClusterResultContentOperationInfoDestroy { } export declare function dataTencentcloudTsfClusterResultContentOperationInfoDestroyToTerraform(struct?: DataTencentcloudTsfClusterResultContentOperationInfoDestroy): any; export declare function dataTencentcloudTsfClusterResultContentOperationInfoDestroyToHclTerraform(struct?: DataTencentcloudTsfClusterResultContentOperationInfoDestroy): any; export declare class DataTencentcloudTsfClusterResultContentOperationInfoDestroyOutputReference 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(): DataTencentcloudTsfClusterResultContentOperationInfoDestroy | undefined; set internalValue(value: DataTencentcloudTsfClusterResultContentOperationInfoDestroy | undefined); get disabledReason(): any; get enabled(): any; get supported(): any; } export declare class DataTencentcloudTsfClusterResultContentOperationInfoDestroyList 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): DataTencentcloudTsfClusterResultContentOperationInfoDestroyOutputReference; } export interface DataTencentcloudTsfClusterResultContentOperationInfoInit { } export declare function dataTencentcloudTsfClusterResultContentOperationInfoInitToTerraform(struct?: DataTencentcloudTsfClusterResultContentOperationInfoInit): any; export declare function dataTencentcloudTsfClusterResultContentOperationInfoInitToHclTerraform(struct?: DataTencentcloudTsfClusterResultContentOperationInfoInit): any; export declare class DataTencentcloudTsfClusterResultContentOperationInfoInitOutputReference 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(): DataTencentcloudTsfClusterResultContentOperationInfoInit | undefined; set internalValue(value: DataTencentcloudTsfClusterResultContentOperationInfoInit | undefined); get disabledReason(): any; get enabled(): any; get supported(): any; } export declare class DataTencentcloudTsfClusterResultContentOperationInfoInitList 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): DataTencentcloudTsfClusterResultContentOperationInfoInitOutputReference; } export interface DataTencentcloudTsfClusterResultContentOperationInfo { } export declare function dataTencentcloudTsfClusterResultContentOperationInfoToTerraform(struct?: DataTencentcloudTsfClusterResultContentOperationInfo): any; export declare function dataTencentcloudTsfClusterResultContentOperationInfoToHclTerraform(struct?: DataTencentcloudTsfClusterResultContentOperationInfo): any; export declare class DataTencentcloudTsfClusterResultContentOperationInfoOutputReference 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(): DataTencentcloudTsfClusterResultContentOperationInfo | undefined; set internalValue(value: DataTencentcloudTsfClusterResultContentOperationInfo | undefined); private _addInstance; get addInstance(): DataTencentcloudTsfClusterResultContentOperationInfoAddInstanceList; private _destroy; get destroy(): DataTencentcloudTsfClusterResultContentOperationInfoDestroyList; private _init; get init(): DataTencentcloudTsfClusterResultContentOperationInfoInitList; } export declare class DataTencentcloudTsfClusterResultContentOperationInfoList 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): DataTencentcloudTsfClusterResultContentOperationInfoOutputReference; } export interface DataTencentcloudTsfClusterResultContent { } export declare function dataTencentcloudTsfClusterResultContentToTerraform(struct?: DataTencentcloudTsfClusterResultContent): any; export declare function dataTencentcloudTsfClusterResultContentToHclTerraform(struct?: DataTencentcloudTsfClusterResultContent): any; export declare class DataTencentcloudTsfClusterResultContentOutputReference 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(): DataTencentcloudTsfClusterResultContent | undefined; set internalValue(value: DataTencentcloudTsfClusterResultContent | undefined); get clusterCidr(): any; get clusterDesc(): any; get clusterId(): any; get clusterLimitCpu(): any; get clusterLimitMem(): any; get clusterName(): any; get clusterStatus(): any; get clusterTotalCpu(): any; get clusterTotalMem(): any; get clusterType(): any; get clusterUsedCpu(): any; get clusterUsedMem(): any; get clusterVersion(): any; get createTime(): any; get deleteFlag(): any; get deleteFlagReason(): any; get instanceCount(): any; get normalInstanceCount(): any; private _operationInfo; get operationInfo(): DataTencentcloudTsfClusterResultContentOperationInfoList; get runInstanceCount(): any; get runServiceInstanceCount(): any; get subnetId(): any; get tsfRegionId(): any; get tsfRegionName(): any; get tsfZoneId(): any; get tsfZoneName(): any; get updateTime(): any; get vpcId(): any; } export declare class DataTencentcloudTsfClusterResultContentList 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): DataTencentcloudTsfClusterResultContentOutputReference; } export interface DataTencentcloudTsfClusterResult { } export declare function dataTencentcloudTsfClusterResultToTerraform(struct?: DataTencentcloudTsfClusterResult): any; export declare function dataTencentcloudTsfClusterResultToHclTerraform(struct?: DataTencentcloudTsfClusterResult): any; export declare class DataTencentcloudTsfClusterResultOutputReference 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(): DataTencentcloudTsfClusterResult | undefined; set internalValue(value: DataTencentcloudTsfClusterResult | undefined); private _content; get content(): DataTencentcloudTsfClusterResultContentList; get totalCount(): any; } export declare class DataTencentcloudTsfClusterResultList 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): DataTencentcloudTsfClusterResultOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_cluster tencentcloud_tsf_cluster} */ export declare class DataTencentcloudTsfCluster extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_tsf_cluster"; /** * Generates CDKTF code for importing a DataTencentcloudTsfCluster 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 DataTencentcloudTsfCluster to import * @param importFromId The id of the existing DataTencentcloudTsfCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tsf_cluster#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudTsfCluster 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/tsf_cluster tencentcloud_tsf_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 DataTencentcloudTsfClusterConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudTsfClusterConfig); private _clusterIdList?; get clusterIdList(): string[]; set clusterIdList(value: string[]); resetClusterIdList(): void; get clusterIdListInput(): string[]; private _clusterType?; get clusterType(): string; set clusterType(value: string); resetClusterType(): void; get clusterTypeInput(): string; private _disableProgramAuthCheck?; get disableProgramAuthCheck(): boolean | cdktf.IResolvable; set disableProgramAuthCheck(value: boolean | cdktf.IResolvable); resetDisableProgramAuthCheck(): void; get disableProgramAuthCheckInput(): any; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _result; get result(): DataTencentcloudTsfClusterResultList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _searchWord?; get searchWord(): string; set searchWord(value: string); resetSearchWord(): void; get searchWordInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }