Interface FargateClusterProps
- All Superinterfaces:
ClusterCommonOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FargateClusterProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-04T09:27:53.137Z")
@Stability(Experimental)
public interface FargateClusterProps
extends software.amazon.jsii.JsiiSerializable, ClusterCommonOptions
(experimental) Configuration props for EKS Fargate.
Example:
FargateCluster cluster = FargateCluster.Builder.create(this, "FargateCluster")
.version(KubernetesVersion.V1_33)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forFargateClusterPropsstatic final classAn implementation forFargateClusterProps -
Method Summary
Modifier and TypeMethodDescriptionstatic FargateClusterProps.Builderbuilder()default FargateProfileOptions(experimental) Fargate Profile to create along with the cluster.Methods inherited from interface software.amazon.awscdk.services.eks.v2.alpha.ClusterCommonOptions
getAlbController, getClusterLogging, getClusterName, getCoreDnsComputeType, getEndpointAccess, getIpFamily, getKubectlProviderOptions, getMastersRole, getPrune, getRole, getSecretsEncryptionKey, getSecurityGroup, getServiceIpv4Cidr, getTags, getVersion, getVpc, getVpcSubnetsMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefaultProfile
(experimental) Fargate Profile to create along with the cluster.Default: - A profile called "default" with 'default' and 'kube-system' selectors will be created if this is left undefined.
-
builder
- Returns:
- a
FargateClusterProps.BuilderofFargateClusterProps
-