import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudEmrNodesConfig extends cdktf.TerraformMetaArguments { /** * Resource type: Support all/host/pod, default is all. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/emr_nodes#hardware_resource_type DataTencentcloudEmrNodes#hardware_resource_type} */ readonly hardwareResourceType?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/emr_nodes#id DataTencentcloudEmrNodes#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; /** * Cluster instance ID, the instance ID is as follows: emr-xxxxxxxx. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/emr_nodes#instance_id DataTencentcloudEmrNodes#instance_id} */ readonly instanceId: string; /** * The number returned per page, the default value is 100, and the maximum value is 100. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/emr_nodes#limit DataTencentcloudEmrNodes#limit} */ readonly limit?: number; /** * Node ID, the value is: * - all: Means to get all type nodes, except cdb information. * - master: Indicates that the master node information is obtained. * - core: Indicates that the core node information is obtained. * - task: indicates obtaining task node information. * - common: means to get common node information. * - router: Indicates obtaining router node information. * - db: Indicates that the cdb information for the normal state is obtained. * - recyle: Indicates that the node information in the Recycle Bin isolation, including the cdb information, is obtained. * - renew: Indicates that all node information to be renewed, including cddb information, is obtained, and the auto-renewal node will not be returned. * * Note: Only the above values are now supported, entering other values will cause an error. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/emr_nodes#node_flag DataTencentcloudEmrNodes#node_flag} */ readonly nodeFlag: string; /** * Page number, with a default value of 0, represents the first page. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/emr_nodes#offset DataTencentcloudEmrNodes#offset} */ readonly offset?: number; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/emr_nodes#result_output_file DataTencentcloudEmrNodes#result_output_file} */ readonly resultOutputFile?: string; } export interface DataTencentcloudEmrNodesNodesCdbNodeInfo { } export declare function dataTencentcloudEmrNodesNodesCdbNodeInfoToTerraform(struct?: DataTencentcloudEmrNodesNodesCdbNodeInfo): any; export declare function dataTencentcloudEmrNodesNodesCdbNodeInfoToHclTerraform(struct?: DataTencentcloudEmrNodesNodesCdbNodeInfo): any; export declare class DataTencentcloudEmrNodesNodesCdbNodeInfoOutputReference 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(): DataTencentcloudEmrNodesNodesCdbNodeInfo | undefined; set internalValue(value: DataTencentcloudEmrNodesNodesCdbNodeInfo | undefined); get applyTime(): any; get expireFlag(): any; get expireTime(): any; get instanceName(): any; get ip(): any; get isAutoRenew(): any; get memSize(): any; get payType(): any; get port(): any; get regionId(): any; get serialNo(): any; get service(): any; get status(): any; get volume(): any; get zoneId(): any; } export declare class DataTencentcloudEmrNodesNodesCdbNodeInfoList 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): DataTencentcloudEmrNodesNodesCdbNodeInfoOutputReference; } export interface DataTencentcloudEmrNodesNodesMcMultiDisks { } export declare function dataTencentcloudEmrNodesNodesMcMultiDisksToTerraform(struct?: DataTencentcloudEmrNodesNodesMcMultiDisks): any; export declare function dataTencentcloudEmrNodesNodesMcMultiDisksToHclTerraform(struct?: DataTencentcloudEmrNodesNodesMcMultiDisks): any; export declare class DataTencentcloudEmrNodesNodesMcMultiDisksOutputReference 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(): DataTencentcloudEmrNodesNodesMcMultiDisks | undefined; set internalValue(value: DataTencentcloudEmrNodesNodesMcMultiDisks | undefined); get count(): any; get type(): any; get volume(): any; } export declare class DataTencentcloudEmrNodesNodesMcMultiDisksList 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): DataTencentcloudEmrNodesNodesMcMultiDisksOutputReference; } export interface DataTencentcloudEmrNodesNodesTags { } export declare function dataTencentcloudEmrNodesNodesTagsToTerraform(struct?: DataTencentcloudEmrNodesNodesTags): any; export declare function dataTencentcloudEmrNodesNodesTagsToHclTerraform(struct?: DataTencentcloudEmrNodesNodesTags): any; export declare class DataTencentcloudEmrNodesNodesTagsOutputReference 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(): DataTencentcloudEmrNodesNodesTags | undefined; set internalValue(value: DataTencentcloudEmrNodesNodesTags | undefined); get tagKey(): any; get tagValue(): any; } export declare class DataTencentcloudEmrNodesNodesTagsList 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): DataTencentcloudEmrNodesNodesTagsOutputReference; } export interface DataTencentcloudEmrNodesNodes { } export declare function dataTencentcloudEmrNodesNodesToTerraform(struct?: DataTencentcloudEmrNodesNodes): any; export declare function dataTencentcloudEmrNodesNodesToHclTerraform(struct?: DataTencentcloudEmrNodesNodes): any; export declare class DataTencentcloudEmrNodesNodesOutputReference 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(): DataTencentcloudEmrNodesNodes | undefined; set internalValue(value: DataTencentcloudEmrNodesNodes | undefined); get appId(): any; get applyTime(): any; get autoFlag(): any; get cdbIp(): any; private _cdbNodeInfo; get cdbNodeInfo(): DataTencentcloudEmrNodesNodesCdbNodeInfoList; get cdbPort(): any; get chargeType(): any; get cpuNum(): any; get destroyable(): any; get deviceClass(): any; get diskSize(): any; get dynamicPodSpec(): any; get emrResourceId(): any; get expireTime(): any; get flag(): any; get freeTime(): any; get hardwareResourceType(): any; get hwDiskSize(): any; get hwDiskSizeDesc(): any; get hwMemSize(): any; get hwMemSizeDesc(): any; get ip(): any; get isAutoRenew(): any; get isDynamicSpec(): any; private _mcMultiDisks; get mcMultiDisks(): DataTencentcloudEmrNodesNodesMcMultiDisksList; get memDesc(): any; get memSize(): any; get mutable(): any; get nameTag(): any; get orderNo(): any; get regionId(): any; get rootSize(): any; get serialNo(): any; get services(): any; get spec(): any; get storageType(): any; get supportModifyPayMode(): any; private _tags; get tags(): DataTencentcloudEmrNodesNodesTagsList; get wanIp(): any; get zoneId(): any; } export declare class DataTencentcloudEmrNodesNodesList 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): DataTencentcloudEmrNodesNodesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/emr_nodes tencentcloud_emr_nodes} */ export declare class DataTencentcloudEmrNodes extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_emr_nodes"; /** * Generates CDKTF code for importing a DataTencentcloudEmrNodes 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 DataTencentcloudEmrNodes to import * @param importFromId The id of the existing DataTencentcloudEmrNodes that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/emr_nodes#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudEmrNodes 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/emr_nodes tencentcloud_emr_nodes} 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 DataTencentcloudEmrNodesConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudEmrNodesConfig); private _hardwareResourceType?; get hardwareResourceType(): string; set hardwareResourceType(value: string); resetHardwareResourceType(): void; get hardwareResourceTypeInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceId?; get instanceId(): string; set instanceId(value: string); get instanceIdInput(): string; private _limit?; get limit(): number; set limit(value: number); resetLimit(): void; get limitInput(): number; private _nodeFlag?; get nodeFlag(): string; set nodeFlag(value: string); get nodeFlagInput(): string; private _nodes; get nodes(): DataTencentcloudEmrNodesNodesList; private _offset?; get offset(): number; set offset(value: number); resetOffset(): void; get offsetInput(): number; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }