Uses of Class
software.amazon.awscdk.services.eks.CfnPodIdentityAssociation.Builder
Packages that use CfnPodIdentityAssociation.Builder
-
Uses of CfnPodIdentityAssociation.Builder in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return CfnPodIdentityAssociation.BuilderModifier and TypeMethodDescriptionCfnPodIdentityAssociation.Builder.clusterName
(String clusterName) The name of the cluster that the association is in.CfnPodIdentityAssociation.Builder.disableSessionTags
(Boolean disableSessionTags) The state of the automatic sessions tags.CfnPodIdentityAssociation.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 Amazon Resource Name (ARN) of the IAM role to associate with the service account.CfnPodIdentityAssociation.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.CfnPodIdentityAssociation.Builder.targetRoleArn
(String targetRoleArn) The Amazon Resource Name (ARN) of the target IAM role to associate with the service account.