Class FargateCluster
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.eks.v2.alpha.Cluster
software.amazon.awscdk.services.eks.v2.alpha.FargateCluster
- All Implemented Interfaces:
IEnvironmentAware,IResource,IConnectable,ICluster,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)",
date="2026-01-15T15:35:08.999Z")
@Stability(Experimental)
public class FargateCluster
extends Cluster
(experimental) Defines an EKS cluster that runs entirely on AWS Fargate.
The cluster is created with a default Fargate Profile that matches the
"default" and "kube-system" namespaces. You can add additional profiles using
addFargateProfile.
Example:
FargateCluster cluster = FargateCluster.Builder.create(this, "FargateCluster")
.version(KubernetesVersion.V1_34)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class(experimental) A fluent builder forFargateCluster.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.v2.alpha.ICluster
ICluster.Jsii$Default, ICluster.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String(experimental) Uniquely identifies this class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFargateCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedFargateCluster(software.amazon.jsii.JsiiObjectRef objRef) FargateCluster(software.constructs.Construct scope, String id, FargateClusterProps props) -
Method Summary
Modifier and TypeMethodDescription(experimental) Fargate Profile that was created with the cluster.Methods inherited from class software.amazon.awscdk.services.eks.v2.alpha.Cluster
addAutoScalingGroupCapacity, addCdk8sChart, addCdk8sChart, addFargateProfile, addHelmChart, addManifest, addNodegroupCapacity, addNodegroupCapacity, addServiceAccount, addServiceAccount, connectAutoScalingGroupCapacity, fromClusterAttributes, getAlbController, getClusterArn, getClusterCertificateAuthorityData, getClusterEncryptionConfigKeyArn, getClusterEndpoint, getClusterName, getClusterOpenIdConnectIssuerUrl, getClusterSecurityGroup, getClusterSecurityGroupId, getConnections, getDefaultCapacity, getDefaultNodegroup, getEksPodIdentityAgent, getIngressLoadBalancerAddress, getIngressLoadBalancerAddress, getIpFamily, getKubectlProvider, getOpenIdConnectProvider, getPrune, getRole, getServiceLoadBalancerAddress, getServiceLoadBalancerAddress, getVpc, grantAccess, grantClusterAdminMethods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourceMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awscdk.services.eks.v2.alpha.ICluster
getKubectlProviderOptionsMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
PROPERTY_INJECTION_ID
(experimental) Uniquely identifies this class.
-
-
Constructor Details
-
FargateCluster
protected FargateCluster(software.amazon.jsii.JsiiObjectRef objRef) -
FargateCluster
protected FargateCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
FargateCluster
@Stability(Experimental) public FargateCluster(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull FargateClusterProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-
Method Details
-
getDefaultProfile
(experimental) Fargate Profile that was created with the cluster.
-