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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.CfnAddon.PodIdentityAssociationProperty
CfnAddon.PodIdentityAssociationProperty.Builder, CfnAddon.PodIdentityAssociationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAddon.PodIdentityAssociationProperty.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 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.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 theCfnAddon.PodIdentityAssociationProperty.Builder.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnAddon.PodIdentityAssociationPropertyThe 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 interfaceCfnAddon.PodIdentityAssociationProperty- See Also:
-
getServiceAccount
Description copied from interface:CfnAddon.PodIdentityAssociationPropertyThe name of the Kubernetes service account inside the cluster to associate the IAM credentials with.- Specified by:
getServiceAccountin interfaceCfnAddon.PodIdentityAssociationProperty- 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()
-