Class CfnPodIdentityAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.CfnPodIdentityAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPodIdentityAssociationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPodIdentityAssociationProps
@Stability(Stable)
@Internal
public static final class CfnPodIdentityAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPodIdentityAssociationProps
An implementation for
CfnPodIdentityAssociationProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.CfnPodIdentityAssociationProps
CfnPodIdentityAssociationProps.Builder, CfnPodIdentityAssociationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPodIdentityAssociationProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the cluster that the association is in.final String
The name of the Kubernetes namespace inside the cluster to create the association in.final String
The Amazon Resource Name (ARN) of the IAM role to associate with the service account.final String
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.getTags()
Metadata that assists with categorization and organization.final int
hashCode()
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 theCfnPodIdentityAssociationProps.Builder
.
-
-
Method Details
-
getClusterName
Description copied from interface:CfnPodIdentityAssociationProps
The name of the cluster that the association is in.- Specified by:
getClusterName
in interfaceCfnPodIdentityAssociationProps
- See Also:
-
getNamespace
Description copied from interface:CfnPodIdentityAssociationProps
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.
- Specified by:
getNamespace
in interfaceCfnPodIdentityAssociationProps
- See Also:
-
getRoleArn
Description copied from interface:CfnPodIdentityAssociationProps
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.
- Specified by:
getRoleArn
in interfaceCfnPodIdentityAssociationProps
- See Also:
-
getServiceAccount
Description copied from interface:CfnPodIdentityAssociationProps
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.- Specified by:
getServiceAccount
in interfaceCfnPodIdentityAssociationProps
- See Also:
-
getTags
Description copied from interface:CfnPodIdentityAssociationProps
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: + - = . _ : /
- Specified by:
getTags
in interfaceCfnPodIdentityAssociationProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-