Class CfnPodIdentityAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPodIdentityAssociationPropsMixin>
- Enclosing class:
CfnPodIdentityAssociationPropsMixin
CfnPodIdentityAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()clusterName(String clusterName) The name of the cluster that the association is in.create()create(CfnPropertyMixinOptions options) disableSessionTags(Boolean disableSessionTags) The state of the automatic sessions tags.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.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.targetRoleArn(String targetRoleArn) The Amazon Resource Name (ARN) of the target IAM role to associate with the service account.
-
Method Details
-
create
@Stability(Stable) public static CfnPodIdentityAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPodIdentityAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPodIdentityAssociationPropsMixin.Builder.
-
clusterName
@Stability(Stable) public CfnPodIdentityAssociationPropsMixin.Builder clusterName(String clusterName) The name of the cluster that the association is in.- Parameters:
clusterName- The name of the cluster that the association is in. This parameter is required.- Returns:
this- See Also:
-
disableSessionTags
@Stability(Stable) public CfnPodIdentityAssociationPropsMixin.Builder disableSessionTags(Boolean disableSessionTags) The state of the automatic sessions tags. The value of true disables these tags.EKS Pod Identity adds a pre-defined set of session tags when it assumes the role. You can use these tags to author a single role that can work across resources by allowing access to AWS resources based on matching tags. By default, EKS Pod Identity attaches six tags, including tags for cluster name, namespace, and service account name. For the list of tags added by EKS Pod Identity, see List of session tags added by EKS Pod Identity in the Amazon EKS User Guide .
- Parameters:
disableSessionTags- The state of the automatic sessions tags. The value of true disables these tags. This parameter is required.- Returns:
this- See Also:
-
disableSessionTags
@Stability(Stable) public CfnPodIdentityAssociationPropsMixin.Builder disableSessionTags(IResolvable disableSessionTags) The state of the automatic sessions tags. The value of true disables these tags.EKS Pod Identity adds a pre-defined set of session tags when it assumes the role. You can use these tags to author a single role that can work across resources by allowing access to AWS resources based on matching tags. By default, EKS Pod Identity attaches six tags, including tags for cluster name, namespace, and service account name. For the list of tags added by EKS Pod Identity, see List of session tags added by EKS Pod Identity in the Amazon EKS User Guide .
- Parameters:
disableSessionTags- The state of the automatic sessions tags. The value of true disables these tags. This parameter is required.- Returns:
this- See Also:
-
namespace
The name of the Kubernetes namespace inside the cluster to create the association in.The service account and the Pods that use the service account must be in this namespace.
- Parameters:
namespace- The name of the Kubernetes namespace inside the cluster to create the association in. This parameter is required.- Returns:
this- See Also:
-
policy
The policy of the pod identity association.- Parameters:
policy- The policy of the pod identity association. This parameter is required.- Returns:
this- See Also:
-
roleArn
The Amazon Resource Name (ARN) of the IAM role to associate with the service account.The EKS Pod Identity agent manages credentials to assume this role for applications in the containers in the Pods that use this service account.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role to associate with the service account. This parameter is required.- Returns:
this- See Also:
-
serviceAccount
@Stability(Stable) public CfnPodIdentityAssociationPropsMixin.Builder serviceAccount(String serviceAccount) The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.- Parameters:
serviceAccount- The name of the Kubernetes service account inside the cluster to associate the IAM credentials with. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnPodIdentityAssociationPropsMixin.Builder tags(List<? extends CfnTag> tags) Metadata that assists with categorization and organization.Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or AWS resources.
The following basic restrictions apply to tags:
- Maximum number of tags per resource – 50
- For each resource, each tag key must be unique, and each tag key can have only one value.
- Maximum key length – 128 Unicode characters in UTF-8
- Maximum value length – 256 Unicode characters in UTF-8
- If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : /
- Parameters:
tags- Metadata that assists with categorization and organization. This parameter is required.- Returns:
this- See Also:
-
targetRoleArn
@Stability(Stable) public CfnPodIdentityAssociationPropsMixin.Builder targetRoleArn(String targetRoleArn) The Amazon Resource Name (ARN) of the target IAM role to associate with the service account.This role is assumed by using the EKS Pod Identity association role, then the credentials for this role are injected into the Pod.
- Parameters:
targetRoleArn- The Amazon Resource Name (ARN) of the target IAM role to associate with the service account. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPodIdentityAssociationPropsMixin>- Returns:
- a newly built instance of
CfnPodIdentityAssociationPropsMixin.
-