import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataExoscaleSksClusterListConfig 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_cluster_list#aggregation_ca DataExoscaleSksClusterList#aggregation_ca} */ readonly aggregationCa?: string; /** * Match against this bool * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_cluster_list#auto_upgrade DataExoscaleSksClusterList#auto_upgrade} */ readonly autoUpgrade?: boolean | cdktf.IResolvable; /** * 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_cluster_list#cni DataExoscaleSksClusterList#cni} */ readonly cni?: 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_cluster_list#control_plane_ca DataExoscaleSksClusterList#control_plane_ca} */ readonly controlPlaneCa?: 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_cluster_list#created_at DataExoscaleSksClusterList#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_cluster_list#description DataExoscaleSksClusterList#description} */ readonly description?: string; /** * Match against this bool * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_cluster_list#enable_karpenter DataExoscaleSksClusterList#enable_karpenter} */ readonly enableKarpenter?: boolean | cdktf.IResolvable; /** * Match against this bool * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_cluster_list#enable_kube_proxy DataExoscaleSksClusterList#enable_kube_proxy} */ readonly enableKubeProxy?: boolean | cdktf.IResolvable; /** * 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_cluster_list#endpoint DataExoscaleSksClusterList#endpoint} */ readonly endpoint?: string; /** * Match against this bool * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_cluster_list#exoscale_ccm DataExoscaleSksClusterList#exoscale_ccm} */ readonly exoscaleCcm?: boolean | cdktf.IResolvable; /** * Match against this bool * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_cluster_list#exoscale_csi DataExoscaleSksClusterList#exoscale_csi} */ readonly exoscaleCsi?: boolean | cdktf.IResolvable; /** * 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_cluster_list#id DataExoscaleSksClusterList#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_cluster_list#kubelet_ca DataExoscaleSksClusterList#kubelet_ca} */ readonly kubeletCa?: string; /** * 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_cluster_list#labels DataExoscaleSksClusterList#labels} */ readonly labels?: { [key: string]: string; }; /** * Match against this bool * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_cluster_list#metrics_server DataExoscaleSksClusterList#metrics_server} */ readonly metricsServer?: boolean | cdktf.IResolvable; /** * 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_cluster_list#name DataExoscaleSksClusterList#name} */ readonly name?: 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_cluster_list#service_level DataExoscaleSksClusterList#service_level} */ readonly serviceLevel?: 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_cluster_list#state DataExoscaleSksClusterList#state} */ readonly state?: 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_cluster_list#version DataExoscaleSksClusterList#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_cluster_list#zone DataExoscaleSksClusterList#zone} */ readonly zone: string; } export interface DataExoscaleSksClusterListClustersAudit { } export declare function dataExoscaleSksClusterListClustersAuditToTerraform(struct?: DataExoscaleSksClusterListClustersAudit): any; export declare function dataExoscaleSksClusterListClustersAuditToHclTerraform(struct?: DataExoscaleSksClusterListClustersAudit): any; export declare class DataExoscaleSksClusterListClustersAuditOutputReference 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(): DataExoscaleSksClusterListClustersAudit | undefined; set internalValue(value: DataExoscaleSksClusterListClustersAudit | undefined); get bearerToken(): any; get enabled(): any; get endpoint(): any; get initialBackoff(): any; } export declare class DataExoscaleSksClusterListClustersAuditList 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): DataExoscaleSksClusterListClustersAuditOutputReference; } export interface DataExoscaleSksClusterListClustersOidc { } export declare function dataExoscaleSksClusterListClustersOidcToTerraform(struct?: DataExoscaleSksClusterListClustersOidc): any; export declare function dataExoscaleSksClusterListClustersOidcToHclTerraform(struct?: DataExoscaleSksClusterListClustersOidc): any; export declare class DataExoscaleSksClusterListClustersOidcOutputReference 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(): DataExoscaleSksClusterListClustersOidc | undefined; set internalValue(value: DataExoscaleSksClusterListClustersOidc | undefined); get clientId(): any; get groupsClaim(): any; get groupsPrefix(): any; get issuerUrl(): any; private _requiredClaim; get requiredClaim(): any; get usernameClaim(): any; get usernamePrefix(): any; } export declare class DataExoscaleSksClusterListClustersOidcList 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): DataExoscaleSksClusterListClustersOidcOutputReference; } export interface DataExoscaleSksClusterListClusters { } export declare function dataExoscaleSksClusterListClustersToTerraform(struct?: DataExoscaleSksClusterListClusters): any; export declare function dataExoscaleSksClusterListClustersToHclTerraform(struct?: DataExoscaleSksClusterListClusters): any; export declare class DataExoscaleSksClusterListClustersOutputReference 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(): DataExoscaleSksClusterListClusters | undefined; set internalValue(value: DataExoscaleSksClusterListClusters | undefined); get addons(): any; get aggregationCa(): any; private _audit; get audit(): DataExoscaleSksClusterListClustersAuditList; get autoUpgrade(): any; get cni(): any; get controlPlaneCa(): any; get createdAt(): any; get description(): any; get enableKarpenter(): any; get enableKubeProxy(): any; get endpoint(): any; get exoscaleCcm(): any; get exoscaleCsi(): any; get featureGates(): any; get id(): any; get kubeletCa(): any; private _labels; get labels(): any; get metricsServer(): any; get name(): any; get nodepools(): any; private _oidc; get oidc(): DataExoscaleSksClusterListClustersOidcList; get serviceLevel(): any; get state(): any; get version(): any; get zone(): any; } export declare class DataExoscaleSksClusterListClustersList 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): DataExoscaleSksClusterListClustersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_cluster_list exoscale_sks_cluster_list} */ export declare class DataExoscaleSksClusterList extends cdktf.TerraformDataSource { static readonly tfResourceType = "exoscale_sks_cluster_list"; /** * Generates CDKTF code for importing a DataExoscaleSksClusterList 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 DataExoscaleSksClusterList to import * @param importFromId The id of the existing DataExoscaleSksClusterList that should be imported. Refer to the {@link https://registry.terraform.io/providers/exoscale/exoscale/0.67.1/docs/data-sources/sks_cluster_list#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataExoscaleSksClusterList 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_cluster_list exoscale_sks_cluster_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 DataExoscaleSksClusterListConfig */ constructor(scope: Construct, id: string, config: DataExoscaleSksClusterListConfig); private _aggregationCa?; get aggregationCa(): string; set aggregationCa(value: string); resetAggregationCa(): void; get aggregationCaInput(): string; private _autoUpgrade?; get autoUpgrade(): boolean | cdktf.IResolvable; set autoUpgrade(value: boolean | cdktf.IResolvable); resetAutoUpgrade(): void; get autoUpgradeInput(): any; private _clusters; get clusters(): DataExoscaleSksClusterListClustersList; private _cni?; get cni(): string; set cni(value: string); resetCni(): void; get cniInput(): string; private _controlPlaneCa?; get controlPlaneCa(): string; set controlPlaneCa(value: string); resetControlPlaneCa(): void; get controlPlaneCaInput(): string; private _createdAt?; get createdAt(): string; set createdAt(value: string); resetCreatedAt(): void; get createdAtInput(): string; private _description?; get description(): string; set description(value: string); resetDescription(): void; get descriptionInput(): string; private _enableKarpenter?; get enableKarpenter(): boolean | cdktf.IResolvable; set enableKarpenter(value: boolean | cdktf.IResolvable); resetEnableKarpenter(): void; get enableKarpenterInput(): any; private _enableKubeProxy?; get enableKubeProxy(): boolean | cdktf.IResolvable; set enableKubeProxy(value: boolean | cdktf.IResolvable); resetEnableKubeProxy(): void; get enableKubeProxyInput(): any; private _endpoint?; get endpoint(): string; set endpoint(value: string); resetEndpoint(): void; get endpointInput(): string; private _exoscaleCcm?; get exoscaleCcm(): boolean | cdktf.IResolvable; set exoscaleCcm(value: boolean | cdktf.IResolvable); resetExoscaleCcm(): void; get exoscaleCcmInput(): any; private _exoscaleCsi?; get exoscaleCsi(): boolean | cdktf.IResolvable; set exoscaleCsi(value: boolean | cdktf.IResolvable); resetExoscaleCsi(): void; get exoscaleCsiInput(): any; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _kubeletCa?; get kubeletCa(): string; set kubeletCa(value: string); resetKubeletCa(): void; get kubeletCaInput(): string; private _labels?; get labels(): { [key: string]: string; }; set labels(value: { [key: string]: string; }); resetLabels(): void; get labelsInput(): { [key: string]: string; }; private _metricsServer?; get metricsServer(): boolean | cdktf.IResolvable; set metricsServer(value: boolean | cdktf.IResolvable); resetMetricsServer(): void; get metricsServerInput(): any; private _name?; get name(): string; set name(value: string); resetName(): void; get nameInput(): string; private _serviceLevel?; get serviceLevel(): string; set serviceLevel(value: string); resetServiceLevel(): void; get serviceLevelInput(): string; private _state?; get state(): string; set state(value: string); resetState(): void; get stateInput(): 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; }; }