import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudKubernetesClusterNativeNodePoolsConfig 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_native_node_pools#cluster_id DataTencentcloudKubernetesClusterNativeNodePools#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_native_node_pools#id DataTencentcloudKubernetesClusterNativeNodePools#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_native_node_pools#result_output_file DataTencentcloudKubernetesClusterNativeNodePools#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_native_node_pools#filters DataTencentcloudKubernetesClusterNativeNodePools#filters} */ readonly filters?: DataTencentcloudKubernetesClusterNativeNodePoolsFilters[] | cdktf.IResolvable; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsAnnotations { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsAnnotationsToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsAnnotations): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsAnnotationsToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsAnnotations): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsAnnotationsOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsAnnotations | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsAnnotations | undefined); get name(): any; get value(): any; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsAnnotationsList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsAnnotationsOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsLabels { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsLabelsToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsLabels): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsLabelsToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsLabels): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsLabelsOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsLabels | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsLabels | undefined); get name(): any; get value(): any; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsLabelsList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsLabelsOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeDataDisks { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeDataDisksToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeDataDisks): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeDataDisksToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeDataDisks): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeDataDisksOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeDataDisks | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeDataDisks | undefined); get autoFormatAndMount(): any; get diskPartition(): any; get diskSize(): any; get diskType(): any; get encrypt(): any; get fileSystem(): any; get kmsKeyId(): any; get mountTarget(): any; get snapshotId(): any; get throughputPerformance(): any; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeDataDisksList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeDataDisksOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInstanceChargePrepaid { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInstanceChargePrepaidToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInstanceChargePrepaid): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInstanceChargePrepaidToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInstanceChargePrepaid): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInstanceChargePrepaidOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInstanceChargePrepaid | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInstanceChargePrepaid | undefined); get period(): any; get renewFlag(): any; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInstanceChargePrepaidList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInstanceChargePrepaidOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInternetAccessible { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInternetAccessibleToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInternetAccessible): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInternetAccessibleToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInternetAccessible): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInternetAccessibleOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInternetAccessible | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInternetAccessible | undefined); get bandwidthPackageId(): any; get chargeType(): any; get maxBandwidthOut(): any; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInternetAccessibleList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInternetAccessibleOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeLifecycle { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeLifecycleToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeLifecycle): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeLifecycleToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeLifecycle): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeLifecycleOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeLifecycle | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeLifecycle | undefined); get postInit(): any; get preInit(): any; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeLifecycleList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeLifecycleOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeManagement { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeManagementToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeManagement): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeManagementToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeManagement): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeManagementOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeManagement | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeManagement | undefined); get hosts(): any; get kernelArgs(): any; get nameservers(): any; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeManagementList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeManagementOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeScaling { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeScalingToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeScaling): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeScalingToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeScaling): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeScalingOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeScaling | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeScaling | undefined); get createPolicy(): any; get maxReplicas(): any; get minReplicas(): any; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeScalingList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeScalingOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeSystemDisk { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeSystemDiskToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeSystemDisk): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeSystemDiskToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeSystemDisk): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeSystemDiskOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeSystemDisk | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeSystemDisk | undefined); get diskSize(): any; get diskType(): any; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeSystemDiskList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeSystemDiskOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNative { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNative): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNative): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNative | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNative | undefined); get autoRepair(): any; private _dataDisks; get dataDisks(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeDataDisksList; get enableAutoscaling(): any; get healthCheckPolicyName(): any; get hostNamePattern(): any; private _instanceChargePrepaid; get instanceChargePrepaid(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInstanceChargePrepaidList; get instanceChargeType(): any; get instanceTypes(): any; private _internetAccessible; get internetAccessible(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeInternetAccessibleList; get keyIds(): any; get kubeletArgs(): any; private _lifecycle; get lifecycle(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeLifecycleList; private _management; get management(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeManagementList; get replicas(): any; get runtimeRootDir(): any; private _scaling; get scaling(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeScalingList; get securityGroupIds(): any; get subnetIds(): any; private _systemDisk; get systemDisk(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeSystemDiskList; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsTags { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsTagsToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsTags): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsTagsToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsTags): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsTagsOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsTags | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsTags | undefined); get key(): any; get value(): any; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsTagsList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsTagsOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTags { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTags): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTags): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTags | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTags | undefined); get resourceType(): any; private _tags; get tags(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsTagsList; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTaints { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTaintsToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTaints): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTaintsToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTaints): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTaintsOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTaints | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTaints | undefined); get effect(): any; get key(): any; get value(): any; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTaintsList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTaintsOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsNodePools { } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePools): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsNodePools): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePools | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsNodePools | undefined); private _annotations; get annotations(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsAnnotationsList; get clusterId(): any; get createdAt(): any; get deletionProtection(): any; private _labels; get labels(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsLabelsList; get lifeState(): any; get name(): any; private _native; get native(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsNativeList; get nodePoolId(): any; private _tags; get tags(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTagsList; private _taints; get taints(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsTaintsList; get type(): any; get unschedulable(): any; } export declare class DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsList 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): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsOutputReference; } export interface DataTencentcloudKubernetesClusterNativeNodePoolsFilters { /** * 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_native_node_pools#name DataTencentcloudKubernetesClusterNativeNodePools#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_native_node_pools#values DataTencentcloudKubernetesClusterNativeNodePools#values} */ readonly values: string[]; } export declare function dataTencentcloudKubernetesClusterNativeNodePoolsFiltersToTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsFilters | cdktf.IResolvable): any; export declare function dataTencentcloudKubernetesClusterNativeNodePoolsFiltersToHclTerraform(struct?: DataTencentcloudKubernetesClusterNativeNodePoolsFilters | cdktf.IResolvable): any; export declare class DataTencentcloudKubernetesClusterNativeNodePoolsFiltersOutputReference 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(): DataTencentcloudKubernetesClusterNativeNodePoolsFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudKubernetesClusterNativeNodePoolsFilters | 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 DataTencentcloudKubernetesClusterNativeNodePoolsFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudKubernetesClusterNativeNodePoolsFilters[] | 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): DataTencentcloudKubernetesClusterNativeNodePoolsFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/kubernetes_cluster_native_node_pools tencentcloud_kubernetes_cluster_native_node_pools} */ export declare class DataTencentcloudKubernetesClusterNativeNodePools extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_kubernetes_cluster_native_node_pools"; /** * Generates CDKTF code for importing a DataTencentcloudKubernetesClusterNativeNodePools 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 DataTencentcloudKubernetesClusterNativeNodePools to import * @param importFromId The id of the existing DataTencentcloudKubernetesClusterNativeNodePools that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/kubernetes_cluster_native_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 DataTencentcloudKubernetesClusterNativeNodePools 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_native_node_pools tencentcloud_kubernetes_cluster_native_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 DataTencentcloudKubernetesClusterNativeNodePoolsConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudKubernetesClusterNativeNodePoolsConfig); 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 _nodePools; get nodePools(): DataTencentcloudKubernetesClusterNativeNodePoolsNodePoolsList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _filters; get filters(): DataTencentcloudKubernetesClusterNativeNodePoolsFiltersList; putFilters(value: DataTencentcloudKubernetesClusterNativeNodePoolsFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }