Class CfnDBInstance.DBInstanceRoleProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBInstance.DBInstanceRoleProperty.Jsii$Proxy
All Implemented Interfaces:
CfnDBInstance.DBInstanceRoleProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDBInstance.DBInstanceRoleProperty

@Stability(Stable) @Internal public static final class CfnDBInstance.DBInstanceRoleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBInstance.DBInstanceRoleProperty
  • 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

      protected Jsii$Proxy(CfnDBInstance.DBInstanceRoleProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDBInstance.DBInstanceRoleProperty.Builder.
  • Method Details

    • getFeatureName

      public final String getFeatureName()
      Description copied from interface: CfnDBInstance.DBInstanceRoleProperty
      The name of the feature associated with the AWS Identity and Access Management (IAM) role.

      IAM roles that are associated with a DB instance grant permission for the DB instance to access other AWS services on your behalf. For the list of supported feature names, see the SupportedFeatureNames description in DBEngineVersion in the Amazon RDS API Reference .

      Specified by:
      getFeatureName in interface CfnDBInstance.DBInstanceRoleProperty
    • getRoleArn

      public final String getRoleArn()
      Description copied from interface: CfnDBInstance.DBInstanceRoleProperty
      The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
      Specified by:
      getRoleArn in interface CfnDBInstance.DBInstanceRoleProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object