Class CfnTrustAnchor.SourceDataProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rolesanywhere.CfnTrustAnchor.SourceDataProperty.Jsii$Proxy
All Implemented Interfaces:
CfnTrustAnchor.SourceDataProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnTrustAnchor.SourceDataProperty

@Stability(Stable) @Internal public static final class CfnTrustAnchor.SourceDataProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTrustAnchor.SourceDataProperty
An implementation for CfnTrustAnchor.SourceDataProperty
  • 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(CfnTrustAnchor.SourceDataProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnTrustAnchor.SourceDataProperty.Builder.
  • Method Details

    • getAcmPcaArn

      public final String getAcmPcaArn()
      Description copied from interface: CfnTrustAnchor.SourceDataProperty
      The root certificate of the AWS Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests.

      Included for trust anchors of type AWS_ACM_PCA .

      This field is not supported in your region.

      Specified by:
      getAcmPcaArn in interface CfnTrustAnchor.SourceDataProperty
    • getX509CertificateData

      public final String getX509CertificateData()
      Description copied from interface: CfnTrustAnchor.SourceDataProperty
      The PEM-encoded data for the certificate anchor.

      Included for trust anchors of type CERTIFICATE_BUNDLE .

      Specified by:
      getX509CertificateData in interface CfnTrustAnchor.SourceDataProperty
    • $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