@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:46.700Z") @Stability(value=Stable) public class FargateCluster extends Cluster
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, "MyCluster")
.version(KubernetesVersion.V1_21)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
FargateCluster.Builder
A fluent builder for
FargateCluster. |
software.amazon.jsii.JsiiObject.InitializationModeICluster.Jsii$Default, ICluster.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
FargateCluster(software.constructs.Construct scope,
String id,
FargateClusterProps props) |
protected |
FargateCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
FargateCluster(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
FargateProfile |
getDefaultProfile()
Fargate Profile that was created with the cluster.
|
addAutoScalingGroupCapacity, addCdk8sChart, addCdk8sChart, addFargateProfile, addHelmChart, addManifest, addNodegroupCapacity, addNodegroupCapacity, addServiceAccount, addServiceAccount, connectAutoScalingGroupCapacity, fromClusterAttributes, getAdminRole, getAlbController, getAwsAuth, getClusterArn, getClusterCertificateAuthorityData, getClusterEncryptionConfigKeyArn, getClusterEndpoint, getClusterHandlerSecurityGroup, getClusterName, getClusterOpenIdConnectIssuer, getClusterOpenIdConnectIssuerUrl, getClusterSecurityGroup, getClusterSecurityGroupId, getConnections, getDefaultCapacity, getDefaultNodegroup, getIngressLoadBalancerAddress, getIngressLoadBalancerAddress, getKubectlEnvironment, getKubectlLambdaRole, getKubectlLayer, getKubectlMemory, getKubectlPrivateSubnets, getKubectlRole, getKubectlSecurityGroup, getOnEventLayer, getOpenIdConnectProvider, getPrune, getRole, getServiceLoadBalancerAddress, getServiceLoadBalancerAddress, getVpcapplyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetKubectlProviderapplyRemovalPolicy, getEnv, getStackgetNodeprotected FargateCluster(software.amazon.jsii.JsiiObjectRef objRef)
protected FargateCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public FargateCluster(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
FargateClusterProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @NotNull public FargateProfile getDefaultProfile()
Copyright © 2022. All rights reserved.