Uses of Class
software.amazon.awscdk.services.eks.FargateProfile.Builder
Packages that use FargateProfile.Builder
-
Uses of FargateProfile.Builder in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return FargateProfile.BuilderModifier and TypeMethodDescriptionThe EKS cluster to apply the Fargate profile to.static FargateProfile.BuilderFargateProfile.Builder.fargateProfileName(String fargateProfileName) The name of the Fargate profile.FargateProfile.Builder.podExecutionRole(IRole podExecutionRole) The pod execution role to use for pods that match the selectors in the Fargate profile.The selectors to match for pods to use this Fargate profile.FargateProfile.Builder.subnetSelection(SubnetSelection subnetSelection) Select which subnets to launch your pods into.The VPC from which to select subnets to launch your pods into.