Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnFargateProfilePropsMixin.Builder
Packages that use CfnFargateProfilePropsMixin.Builder
-
Uses of CfnFargateProfilePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.eks
Methods in software.amazon.awscdk.cfnpropertymixins.services.eks that return CfnFargateProfilePropsMixin.BuilderModifier and TypeMethodDescriptionCfnFargateProfilePropsMixin.Builder.clusterName(String clusterName) The name of your cluster.CfnFargateProfilePropsMixin.Builder.create()CfnFargateProfilePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnFargateProfilePropsMixin.Builder.fargateProfileName(String fargateProfileName) The name of the Fargate profile.CfnFargateProfilePropsMixin.Builder.podExecutionRoleArn(String podExecutionRoleArn) The Amazon Resource Name (ARN) of thePodexecution role to use for aPodthat matches the selectors in the Fargate profile.The selectors to match for aPodto use this Fargate profile.CfnFargateProfilePropsMixin.Builder.selectors(IResolvable selectors) The selectors to match for aPodto use this Fargate profile.The IDs of subnets to launch aPodinto.Metadata that assists with categorization and organization.