@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.933Z") @Stability(value=Stable) public interface FargateClusterProps extends software.amazon.jsii.JsiiSerializable, ClusterOptions
Example:
FargateCluster cluster = FargateCluster.Builder.create(this, "MyCluster")
.version(KubernetesVersion.V1_21)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
FargateClusterProps.Builder
A builder for
FargateClusterProps |
static class |
FargateClusterProps.Jsii$Proxy
An implementation for
FargateClusterProps |
| Modifier and Type | Method and Description |
|---|---|
static FargateClusterProps.Builder |
builder() |
default FargateProfileOptions |
getDefaultProfile()
Fargate Profile to create along with the cluster.
|
getAlbController, getClusterHandlerEnvironment, getClusterHandlerSecurityGroup, getClusterLogging, getCoreDnsComputeType, getEndpointAccess, getKubectlEnvironment, getKubectlLayer, getKubectlMemory, getMastersRole, getOnEventLayer, getOutputMastersRoleArn, getPlaceClusterHandlerInVpc, getPrune, getSecretsEncryptionKey, getServiceIpv4CidrgetClusterName, getOutputClusterName, getOutputConfigCommand, getRole, getSecurityGroup, getVersion, getVpc, getVpcSubnets@Stability(value=Stable) @Nullable default FargateProfileOptions getDefaultProfile()
Default: - A profile called "default" with 'default' and 'kube-system' selectors will be created if this is left undefined.
@Stability(value=Stable) static FargateClusterProps.Builder builder()
builder in interface ClusterOptionsbuilder in interface CommonClusterOptionsFargateClusterProps.Builder of FargateClusterPropsCopyright © 2022. All rights reserved.