Class CfnCRLProps.Jsii$Proxy

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

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

    CfnCRLProps.Builder, CfnCRLProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnCRLProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations.
    final Object
    The enabled status of the resource.
    final String
    The customer specified name of the resource.
    final List<CfnTag>
    A list of Tags.
    final String
    The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(CfnCRLProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnCRLProps.Builder.
  • Method Details

    • getCrlData

      public final String getCrlData()
      Description copied from interface: CfnCRLProps
      x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations.
      Specified by:
      getCrlData in interface CfnCRLProps
    • getName

      public final String getName()
      Description copied from interface: CfnCRLProps
      The customer specified name of the resource.
      Specified by:
      getName in interface CfnCRLProps
    • getEnabled

      public final Object getEnabled()
      Description copied from interface: CfnCRLProps
      The enabled status of the resource.
      Specified by:
      getEnabled in interface CfnCRLProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnCRLProps
      A list of Tags.
      Specified by:
      getTags in interface CfnCRLProps
    • getTrustAnchorArn

      public final String getTrustAnchorArn()
      Description copied from interface: CfnCRLProps
      The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
      Specified by:
      getTrustAnchorArn in interface CfnCRLProps
    • $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