Uses of Interface
software.amazon.awscdk.services.eks_v2.FargateProfileOptions
Packages that use FargateProfileOptions
-
Uses of FargateProfileOptions in software.amazon.awscdk.services.eks_v2
Subinterfaces of FargateProfileOptions in software.amazon.awscdk.services.eks_v2Modifier and TypeInterfaceDescriptioninterfaceConfiguration props for EKS Fargate Profiles.Classes in software.amazon.awscdk.services.eks_v2 that implement FargateProfileOptionsModifier and TypeClassDescriptionstatic final classAn implementation forFargateProfileOptionsstatic final classAn implementation forFargateProfilePropsMethods in software.amazon.awscdk.services.eks_v2 that return FargateProfileOptionsModifier and TypeMethodDescriptionFargateProfileOptions.Builder.build()Builds the configured instance.default FargateProfileOptionsFargateClusterProps.getDefaultProfile()Fargate Profile to create along with the cluster.final FargateProfileOptionsFargateClusterProps.Jsii$Proxy.getDefaultProfile()Methods in software.amazon.awscdk.services.eks_v2 with parameters of type FargateProfileOptionsModifier 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()