Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnPodIdentityAssociationPropsMixin.Builder
Packages that use CfnPodIdentityAssociationPropsMixin.Builder
-
Uses of CfnPodIdentityAssociationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.eks
Methods in software.amazon.awscdk.cfnpropertymixins.services.eks that return CfnPodIdentityAssociationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnPodIdentityAssociationPropsMixin.Builder.clusterName(String clusterName) The name of the cluster that the association is in.CfnPodIdentityAssociationPropsMixin.Builder.create()CfnPodIdentityAssociationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPodIdentityAssociationPropsMixin.Builder.disableSessionTags(Boolean disableSessionTags) The state of the automatic sessions tags.CfnPodIdentityAssociationPropsMixin.Builder.disableSessionTags(IResolvable disableSessionTags) The state of the automatic sessions tags.The name of the Kubernetes namespace inside the cluster to create the association in.The policy of the pod identity association.The Amazon Resource Name (ARN) of the IAM role to associate with the service account.CfnPodIdentityAssociationPropsMixin.Builder.serviceAccount(String serviceAccount) The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.Metadata that assists with categorization and organization.CfnPodIdentityAssociationPropsMixin.Builder.targetRoleArn(String targetRoleArn) The Amazon Resource Name (ARN) of the target IAM role to associate with the service account.