Uses of Interface
software.amazon.awscdk.services.eks.FargateProfileOptions
-
Uses of FargateProfileOptions in software.amazon.awscdk.services.eks
Modifier and TypeInterfaceDescriptioninterface
Configuration props for EKS Fargate Profiles.Modifier and TypeClassDescriptionstatic final class
An implementation forFargateProfileOptions
static final class
An implementation forFargateProfileProps
Modifier and TypeMethodDescriptionFargateProfileOptions.Builder.build()
Builds the configured instance.default FargateProfileOptions
FargateClusterProps.getDefaultProfile()
Fargate Profile to create along with the cluster.final FargateProfileOptions
FargateClusterProps.Jsii$Proxy.getDefaultProfile()
Modifier and TypeMethodDescriptionCluster.addFargateProfile
(String id, FargateProfileOptions options) Adds a Fargate profile to this cluster.FargateCluster.Builder.defaultProfile
(FargateProfileOptions defaultProfile) Fargate Profile to create along with the cluster.FargateClusterProps.Builder.defaultProfile
(FargateProfileOptions defaultProfile) Sets the value ofFargateClusterProps.getDefaultProfile()