import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudKubernetesClusterNodePoolsConfig extends cdktf.TerraformMetaArguments { /** * ID of the cluster. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/kubernetes_cluster_node_pools#cluster_id DataTencentcloudKubernetesClusterNodePools#cluster_id} */ readonly clusterId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/kubernetes_cluster_node_pools#id DataTencentcloudKubernetesClusterNodePools#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/kubernetes_cluster_node_pools#result_output_file DataTencentcloudKubernetesClusterNodePools#result_output_file} */ readonly resultOutputFile?: string; /** * filters block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/kubernetes_cluster_node_pools#filters DataTencentcloudKubernetesClusterNodePools#filters} */ readonly filters?: DataTencentcloudKubernetesClusterNodePoolsFilters[] | cdktf.IResolvable; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSetDataDisks { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetDataDisksToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetDataDisks): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetDataDisksToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetDataDisks): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetDataDisksOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetDataDisks | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetDataDisks | undefined); get autoFormatAndMount(): any; get diskPartition(): any; get diskSize(): any; get diskType(): any; get fileSystem(): any; get mountTarget(): any; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetDataDisksList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetDataDisksOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSetExtraArgs { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetExtraArgsToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetExtraArgs): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetExtraArgsToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetExtraArgs): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetExtraArgsOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetExtraArgs | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetExtraArgs | undefined); get kubelet(): any; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetExtraArgsList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetExtraArgsOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCuda { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudaToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCuda): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudaToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCuda): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudaOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCuda | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCuda | undefined); get name(): any; get version(): any; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudaList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudaOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudnn { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudnnToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudnn): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudnnToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudnn): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudnnOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudnn | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudnn | undefined); get devName(): any; get docName(): any; get name(): any; get version(): any; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudnnList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudnnOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCustomDriver { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCustomDriverToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCustomDriver): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCustomDriverToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCustomDriver): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCustomDriverOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCustomDriver | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCustomDriver | undefined); get address(): any; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCustomDriverList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCustomDriverOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsDriver { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsDriverToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsDriver): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsDriverToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsDriver): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsDriverOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsDriver | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsDriver | undefined); get name(): any; get version(): any; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsDriverList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsDriverOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgs { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgs): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgs): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgs | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgs | undefined); private _cuda; get cuda(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudaList; private _cudnn; get cudnn(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCudnnList; private _customDriver; get customDriver(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsCustomDriverList; private _driver; get driver(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsDriverList; get migEnable(): any; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSetLabels { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetLabelsToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetLabels): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetLabelsToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetLabels): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetLabelsOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetLabels | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetLabels | undefined); get name(): any; get value(): any; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetLabelsList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetLabelsOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryAutoscalingAdded { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryAutoscalingAddedToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryAutoscalingAdded): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryAutoscalingAddedToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryAutoscalingAdded): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryAutoscalingAddedOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryAutoscalingAdded | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryAutoscalingAdded | undefined); get initializing(): any; get joining(): any; get normal(): any; get total(): any; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryAutoscalingAddedList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryAutoscalingAddedOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryManuallyAdded { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryManuallyAddedToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryManuallyAdded): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryManuallyAddedToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryManuallyAdded): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryManuallyAddedOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryManuallyAdded | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryManuallyAdded | undefined); get initializing(): any; get joining(): any; get normal(): any; get total(): any; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryManuallyAddedList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryManuallyAddedOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummary { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummary): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummary): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummary | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummary | undefined); private _autoscalingAdded; get autoscalingAdded(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryAutoscalingAddedList; private _manuallyAdded; get manuallyAdded(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryManuallyAddedList; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTags { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetTagsToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTags): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetTagsToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTags): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTagsOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTags | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTags | undefined); get key(): any; get value(): any; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTagsList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTagsOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTaints { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetTaintsToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTaints): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetTaintsToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTaints): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTaintsOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTaints | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTaints | undefined); get effect(): any; get key(): any; get value(): any; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTaintsList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTaintsOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsNodePoolSet { } export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSet): any; export declare function dataTencentcloudKubernetesClusterNodePoolsNodePoolSetToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsNodePoolSet): any; export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetOutputReference 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(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSet | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsNodePoolSet | undefined); get autoscalingGroupId(): any; get autoscalingGroupStatus(): any; get clusterInstanceId(): any; private _dataDisks; get dataDisks(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetDataDisksList; get deletionProtection(): any; get desiredNodesNum(): any; get desiredPodNum(): any; get dockerGraphPath(): any; private _extraArgs; get extraArgs(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetExtraArgsList; private _gpuArgs; get gpuArgs(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetGpuArgsList; get imageId(): any; private _labels; get labels(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetLabelsList; get launchConfigurationId(): any; get lifeState(): any; get maxNodesNum(): any; get minNodesNum(): any; get name(): any; private _nodeCountSummary; get nodeCountSummary(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetNodeCountSummaryList; get nodePoolId(): any; get nodePoolOs(): any; get osCustomizeType(): any; get preStartUserScript(): any; private _tags; get tags(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTagsList; private _taints; get taints(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetTaintsList; get unschedulable(): any; get userScript(): any; } export declare class DataTencentcloudKubernetesClusterNodePoolsNodePoolSetList 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): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetOutputReference; } export interface DataTencentcloudKubernetesClusterNodePoolsFilters { /** * The attribute name, if there are multiple filters, the relationship between the filters is a logical AND relationship. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/kubernetes_cluster_node_pools#name DataTencentcloudKubernetesClusterNodePools#name} */ readonly name: string; /** * Attribute values, if there are multiple values in the same filter, the relationship between values under the same filter is a logical OR relationship. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/kubernetes_cluster_node_pools#values DataTencentcloudKubernetesClusterNodePools#values} */ readonly values: string[]; } export declare function dataTencentcloudKubernetesClusterNodePoolsFiltersToTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsFilters | cdktf.IResolvable): any; export declare function dataTencentcloudKubernetesClusterNodePoolsFiltersToHclTerraform(struct?: DataTencentcloudKubernetesClusterNodePoolsFilters | cdktf.IResolvable): any; export declare class DataTencentcloudKubernetesClusterNodePoolsFiltersOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @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(): DataTencentcloudKubernetesClusterNodePoolsFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNodePoolsFilters | cdktf.IResolvable | undefined); private _name?; get name(): string; set name(value: string); get nameInput(): string; private _values?; get values(): string[]; set values(value: string[]); get valuesInput(): string[]; } export declare class DataTencentcloudKubernetesClusterNodePoolsFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudKubernetesClusterNodePoolsFilters[] | cdktf.IResolvable; /** * @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): DataTencentcloudKubernetesClusterNodePoolsFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/kubernetes_cluster_node_pools tencentcloud_kubernetes_cluster_node_pools} */ export declare class DataTencentcloudKubernetesClusterNodePools extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_kubernetes_cluster_node_pools"; /** * Generates CDKTF code for importing a DataTencentcloudKubernetesClusterNodePools 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 DataTencentcloudKubernetesClusterNodePools to import * @param importFromId The id of the existing DataTencentcloudKubernetesClusterNodePools that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/kubernetes_cluster_node_pools#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudKubernetesClusterNodePools 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/kubernetes_cluster_node_pools tencentcloud_kubernetes_cluster_node_pools} 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 DataTencentcloudKubernetesClusterNodePoolsConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudKubernetesClusterNodePoolsConfig); private _clusterId?; get clusterId(): string; set clusterId(value: string); get clusterIdInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _nodePoolSet; get nodePoolSet(): DataTencentcloudKubernetesClusterNodePoolsNodePoolSetList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _filters; get filters(): DataTencentcloudKubernetesClusterNodePoolsFiltersList; putFilters(value: DataTencentcloudKubernetesClusterNodePoolsFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }