Class CfnPodIdentityAssociationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnPodIdentityAssociationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPodIdentityAssociationMixinProps>
- Enclosing interface:
CfnPodIdentityAssociationMixinProps
@Stability(Stable)
public static final class CfnPodIdentityAssociationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPodIdentityAssociationMixinProps>
A builder for
CfnPodIdentityAssociationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clusterName(String clusterName) Sets the value ofCfnPodIdentityAssociationMixinProps.getClusterName()disableSessionTags(Boolean disableSessionTags) Sets the value ofCfnPodIdentityAssociationMixinProps.getDisableSessionTags()disableSessionTags(IResolvable disableSessionTags) Sets the value ofCfnPodIdentityAssociationMixinProps.getDisableSessionTags()Sets the value ofCfnPodIdentityAssociationMixinProps.getNamespace()Sets the value ofCfnPodIdentityAssociationMixinProps.getPolicy()Sets the value ofCfnPodIdentityAssociationMixinProps.getRoleArn()serviceAccount(String serviceAccount) Sets the value ofCfnPodIdentityAssociationMixinProps.getServiceAccount()Sets the value ofCfnPodIdentityAssociationMixinProps.getTags()targetRoleArn(String targetRoleArn) Sets the value ofCfnPodIdentityAssociationMixinProps.getTargetRoleArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterName
@Stability(Stable) public CfnPodIdentityAssociationMixinProps.Builder clusterName(String clusterName) Sets the value ofCfnPodIdentityAssociationMixinProps.getClusterName()- Parameters:
clusterName- The name of the cluster that the association is in.- Returns:
this
-
disableSessionTags
@Stability(Stable) public CfnPodIdentityAssociationMixinProps.Builder disableSessionTags(Boolean disableSessionTags) Sets the value ofCfnPodIdentityAssociationMixinProps.getDisableSessionTags()- Parameters:
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 .- Returns:
this
-
disableSessionTags
@Stability(Stable) public CfnPodIdentityAssociationMixinProps.Builder disableSessionTags(IResolvable disableSessionTags) Sets the value ofCfnPodIdentityAssociationMixinProps.getDisableSessionTags()- Parameters:
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 .- Returns:
this
-
namespace
Sets the value ofCfnPodIdentityAssociationMixinProps.getNamespace()- Parameters:
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.- Returns:
this
-
policy
Sets the value ofCfnPodIdentityAssociationMixinProps.getPolicy()- Parameters:
policy- The policy of the pod identity association.- Returns:
this
-
roleArn
Sets the value ofCfnPodIdentityAssociationMixinProps.getRoleArn()- Parameters:
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.- Returns:
this
-
serviceAccount
@Stability(Stable) public CfnPodIdentityAssociationMixinProps.Builder serviceAccount(String serviceAccount) Sets the value ofCfnPodIdentityAssociationMixinProps.getServiceAccount()- Parameters:
serviceAccount- The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.- Returns:
this
-
tags
@Stability(Stable) public CfnPodIdentityAssociationMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnPodIdentityAssociationMixinProps.getTags()- Parameters:
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: + - = . _ : /
- Returns:
this
-
targetRoleArn
@Stability(Stable) public CfnPodIdentityAssociationMixinProps.Builder targetRoleArn(String targetRoleArn) Sets the value ofCfnPodIdentityAssociationMixinProps.getTargetRoleArn()- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPodIdentityAssociationMixinProps>- Returns:
- a new instance of
CfnPodIdentityAssociationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-