Class CfnAddon.PodIdentityAssociationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.CfnAddon.PodIdentityAssociationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAddon.PodIdentityAssociationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAddon.PodIdentityAssociationProperty
@Stability(Stable)
@Internal
public static final class CfnAddon.PodIdentityAssociationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAddon.PodIdentityAssociationProperty
An implementation for
CfnAddon.PodIdentityAssociationProperty
-
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.CfnAddon.PodIdentityAssociationProperty
CfnAddon.PodIdentityAssociationProperty.Builder, CfnAddon.PodIdentityAssociationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAddon.PodIdentityAssociationProperty.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 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.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 theCfnAddon.PodIdentityAssociationProperty.Builder
.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnAddon.PodIdentityAssociationProperty
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 interfaceCfnAddon.PodIdentityAssociationProperty
- See Also:
-
getServiceAccount
Description copied from interface:CfnAddon.PodIdentityAssociationProperty
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.- Specified by:
getServiceAccount
in interfaceCfnAddon.PodIdentityAssociationProperty
- 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()
-