Uses of Class
software.amazon.awscdk.services.eks.FargateProfile.Builder
-
Uses of FargateProfile.Builder in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionThe EKS cluster to apply the Fargate profile to.static FargateProfile.Builder
FargateProfile.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.