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