Class CfnPodIdentityAssociationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPodIdentityAssociationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPodIdentityAssociationMixinProps
CfnPodIdentityAssociationMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.eks.CfnPodIdentityAssociationMixinProps
CfnPodIdentityAssociationMixinProps.Builder, CfnPodIdentityAssociationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPodIdentityAssociationMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the cluster that the association is in.final ObjectThe state of the automatic sessions tags.final StringThe name of the Kubernetes namespace inside the cluster to create the association in.final StringThe policy of the pod identity association.final StringThe Amazon Resource Name (ARN) of the IAM role to associate with the service account.final StringThe name of the Kubernetes service account inside the cluster to associate the IAM credentials with.getTags()Metadata that assists with categorization and organization.final StringThe Amazon Resource Name (ARN) of the target IAM role to associate with the service account.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPodIdentityAssociationMixinProps.Builder.
-
-
Method Details
-
getClusterName
Description copied from interface:CfnPodIdentityAssociationMixinPropsThe name of the cluster that the association is in.- Specified by:
getClusterNamein interfaceCfnPodIdentityAssociationMixinProps- See Also:
-
getDisableSessionTags
Description copied from interface:CfnPodIdentityAssociationMixinPropsThe 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 union: either
BooleanorIResolvable- Specified by:
getDisableSessionTagsin interfaceCfnPodIdentityAssociationMixinProps- See Also:
-
getNamespace
Description copied from interface:CfnPodIdentityAssociationMixinPropsThe 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.
- Specified by:
getNamespacein interfaceCfnPodIdentityAssociationMixinProps- See Also:
-
getPolicy
Description copied from interface:CfnPodIdentityAssociationMixinPropsThe policy of the pod identity association.- Specified by:
getPolicyin interfaceCfnPodIdentityAssociationMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnPodIdentityAssociationMixinPropsThe 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.
- Specified by:
getRoleArnin interfaceCfnPodIdentityAssociationMixinProps- See Also:
-
getServiceAccount
Description copied from interface:CfnPodIdentityAssociationMixinPropsThe name of the Kubernetes service account inside the cluster to associate the IAM credentials with.- Specified by:
getServiceAccountin interfaceCfnPodIdentityAssociationMixinProps- See Also:
-
getTags
Description copied from interface:CfnPodIdentityAssociationMixinPropsMetadata 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: + - = . _ : /
- Specified by:
getTagsin interfaceCfnPodIdentityAssociationMixinProps- See Also:
-
getTargetRoleArn
Description copied from interface:CfnPodIdentityAssociationMixinPropsThe 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.
- Specified by:
getTargetRoleArnin interfaceCfnPodIdentityAssociationMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-