import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataExoscaleSksNodepoolListConfig extends cdktf.TerraformMetaArguments { /** * Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#cluster_id DataExoscaleSksNodepoolList#cluster_id} */ readonly clusterId?: string; /** * Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#created_at DataExoscaleSksNodepoolList#created_at} */ readonly createdAt?: string; /** * Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#deploy_target_id DataExoscaleSksNodepoolList#deploy_target_id} */ readonly deployTargetId?: string; /** * Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#description DataExoscaleSksNodepoolList#description} */ readonly description?: string; /** * Match against this int * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#disk_size DataExoscaleSksNodepoolList#disk_size} */ readonly diskSize?: number; /** * Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#id DataExoscaleSksNodepoolList#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; /** * Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#instance_pool_id DataExoscaleSksNodepoolList#instance_pool_id} */ readonly instancePoolId?: string; /** * Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#instance_prefix DataExoscaleSksNodepoolList#instance_prefix} */ readonly instancePrefix?: string; /** * Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#instance_type DataExoscaleSksNodepoolList#instance_type} */ readonly instanceType?: string; /** * Match against this bool * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#ipv6 DataExoscaleSksNodepoolList#ipv6} */ readonly ipv6?: boolean | cdktf.IResolvable; /** * Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/" * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#labels DataExoscaleSksNodepoolList#labels} */ readonly labels?: { [key: string]: string; }; /** * Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#name DataExoscaleSksNodepoolList#name} */ readonly name?: string; /** * Match against this int * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#size DataExoscaleSksNodepoolList#size} */ readonly size?: number; /** * Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#state DataExoscaleSksNodepoolList#state} */ readonly state?: string; /** * Match against this bool * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#storage_lvm DataExoscaleSksNodepoolList#storage_lvm} */ readonly storageLvm?: boolean | cdktf.IResolvable; /** * Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/" * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#taints DataExoscaleSksNodepoolList#taints} */ readonly taints?: { [key: string]: string; }; /** * Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#template_id DataExoscaleSksNodepoolList#template_id} */ readonly templateId?: string; /** * Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#version DataExoscaleSksNodepoolList#version} */ readonly version?: string; /** * The Exoscale [Zone](https://www.exoscale.com/datacenters/) name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#zone DataExoscaleSksNodepoolList#zone} */ readonly zone: string; } export interface DataExoscaleSksNodepoolListNodepoolsKubeletImageGc { } export declare function dataExoscaleSksNodepoolListNodepoolsKubeletImageGcToTerraform(struct?: DataExoscaleSksNodepoolListNodepoolsKubeletImageGc): any; export declare function dataExoscaleSksNodepoolListNodepoolsKubeletImageGcToHclTerraform(struct?: DataExoscaleSksNodepoolListNodepoolsKubeletImageGc): any; export declare class DataExoscaleSksNodepoolListNodepoolsKubeletImageGcOutputReference 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(): DataExoscaleSksNodepoolListNodepoolsKubeletImageGc | undefined; set internalValue(value: DataExoscaleSksNodepoolListNodepoolsKubeletImageGc | undefined); get highThreshold(): any; get lowThreshold(): any; get minAge(): any; } export declare class DataExoscaleSksNodepoolListNodepoolsKubeletImageGcList 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): DataExoscaleSksNodepoolListNodepoolsKubeletImageGcOutputReference; } export interface DataExoscaleSksNodepoolListNodepools { } export declare function dataExoscaleSksNodepoolListNodepoolsToTerraform(struct?: DataExoscaleSksNodepoolListNodepools): any; export declare function dataExoscaleSksNodepoolListNodepoolsToHclTerraform(struct?: DataExoscaleSksNodepoolListNodepools): any; export declare class DataExoscaleSksNodepoolListNodepoolsOutputReference 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(): DataExoscaleSksNodepoolListNodepools | undefined; set internalValue(value: DataExoscaleSksNodepoolListNodepools | undefined); get antiAffinityGroupIds(): any; get clusterId(): any; get createdAt(): any; get deployTargetId(): any; get description(): any; get diskSize(): any; get id(): any; get instancePoolId(): any; get instancePrefix(): any; get instanceType(): any; get ipv6(): any; private _kubeletImageGc; get kubeletImageGc(): DataExoscaleSksNodepoolListNodepoolsKubeletImageGcList; private _labels; get labels(): any; get name(): any; get privateNetworkIds(): any; get securityGroupIds(): any; get size(): any; get state(): any; get storageLvm(): any; private _taints; get taints(): any; get templateId(): any; get version(): any; get zone(): any; } export declare class DataExoscaleSksNodepoolListNodepoolsList 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): DataExoscaleSksNodepoolListNodepoolsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list exoscale_sks_nodepool_list} */ export declare class DataExoscaleSksNodepoolList extends cdktf.TerraformDataSource { static readonly tfResourceType = "exoscale_sks_nodepool_list"; /** * Generates CDKTF code for importing a DataExoscaleSksNodepoolList 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 DataExoscaleSksNodepoolList to import * @param importFromId The id of the existing DataExoscaleSksNodepoolList that should be imported. Refer to the {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataExoscaleSksNodepoolList 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/exoscale/exoscale/0.67.1/docs/data-sources/sks_nodepool_list exoscale_sks_nodepool_list} 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 DataExoscaleSksNodepoolListConfig */ constructor(scope: Construct, id: string, config: DataExoscaleSksNodepoolListConfig); private _clusterId?; get clusterId(): string; set clusterId(value: string); resetClusterId(): void; get clusterIdInput(): string; private _createdAt?; get createdAt(): string; set createdAt(value: string); resetCreatedAt(): void; get createdAtInput(): string; private _deployTargetId?; get deployTargetId(): string; set deployTargetId(value: string); resetDeployTargetId(): void; get deployTargetIdInput(): string; private _description?; get description(): string; set description(value: string); resetDescription(): void; get descriptionInput(): string; private _diskSize?; get diskSize(): number; set diskSize(value: number); resetDiskSize(): void; get diskSizeInput(): number; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instancePoolId?; get instancePoolId(): string; set instancePoolId(value: string); resetInstancePoolId(): void; get instancePoolIdInput(): string; private _instancePrefix?; get instancePrefix(): string; set instancePrefix(value: string); resetInstancePrefix(): void; get instancePrefixInput(): string; private _instanceType?; get instanceType(): string; set instanceType(value: string); resetInstanceType(): void; get instanceTypeInput(): string; private _ipv6?; get ipv6(): boolean | cdktf.IResolvable; set ipv6(value: boolean | cdktf.IResolvable); resetIpv6(): void; get ipv6Input(): any; private _labels?; get labels(): { [key: string]: string; }; set labels(value: { [key: string]: string; }); resetLabels(): void; get labelsInput(): { [key: string]: string; }; private _name?; get name(): string; set name(value: string); resetName(): void; get nameInput(): string; private _nodepools; get nodepools(): DataExoscaleSksNodepoolListNodepoolsList; private _size?; get size(): number; set size(value: number); resetSize(): void; get sizeInput(): number; private _state?; get state(): string; set state(value: string); resetState(): void; get stateInput(): string; private _storageLvm?; get storageLvm(): boolean | cdktf.IResolvable; set storageLvm(value: boolean | cdktf.IResolvable); resetStorageLvm(): void; get storageLvmInput(): any; private _taints?; get taints(): { [key: string]: string; }; set taints(value: { [key: string]: string; }); resetTaints(): void; get taintsInput(): { [key: string]: string; }; private _templateId?; get templateId(): string; set templateId(value: string); resetTemplateId(): void; get templateIdInput(): string; private _version?; get version(): string; set version(value: string); resetVersion(): void; get versionInput(): string; private _zone?; get zone(): string; set zone(value: string); get zoneInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }