| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FargateProfileProps
(experimental) Configuration props for EKS Fargate Profiles.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FargateProfileOptions.Jsii$Proxy
An implementation for
FargateProfileOptions |
static class |
FargateProfileProps.Jsii$Proxy
An implementation for
FargateProfileProps |
| Modifier and Type | Method and Description |
|---|---|
FargateProfileOptions |
FargateProfileOptions.Builder.build()
Builds the configured instance.
|
default FargateProfileOptions |
FargateClusterProps.getDefaultProfile()
(experimental) Fargate Profile to create along with the cluster.
|
FargateProfileOptions |
FargateClusterProps.Jsii$Proxy.getDefaultProfile() |
| Modifier and Type | Method and Description |
|---|---|
FargateProfile |
Cluster.addFargateProfile(String id,
FargateProfileOptions options)
(experimental) Adds a Fargate profile to this cluster.
|
FargateCluster.Builder |
FargateCluster.Builder.defaultProfile(FargateProfileOptions defaultProfile)
(experimental) Fargate Profile to create along with the cluster.
|
FargateClusterProps.Builder |
FargateClusterProps.Builder.defaultProfile(FargateProfileOptions defaultProfile)
Sets the value of
FargateClusterProps.getDefaultProfile() |
| Constructor and Description |
|---|
Jsii$Proxy(FargateProfileOptions defaultProfile,
Map<String,String> clusterHandlerEnvironment,
CoreDnsComputeType coreDnsComputeType,
EndpointAccess endpointAccess,
Map<String,String> kubectlEnvironment,
ILayerVersion kubectlLayer,
Size kubectlMemory,
IRole mastersRole,
Boolean outputMastersRoleArn,
Boolean placeClusterHandlerInVpc,
Boolean prune,
IKey secretsEncryptionKey,
KubernetesVersion version,
String clusterName,
Boolean outputClusterName,
Boolean outputConfigCommand,
IRole role,
ISecurityGroup securityGroup,
IVpc vpc,
List<? extends SubnetSelection> vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
FargateClusterProps.Builder. |
Copyright © 2021. All rights reserved.