Class CfnKeySigningKeyProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnKeySigningKeyProps.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
    The unique string (ID) that is used to identify a hosted zone.
    final String
    The Amazon resource name (ARN) for a customer managed customer master key (CMK) in AWS Key Management Service ( AWS KMS ).
    final String
    A string used to identify a key-signing key (KSK).
    final String
    A string that represents the current key-signing key (KSK) status.
    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(CfnKeySigningKeyProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnKeySigningKeyProps.Builder.
  • Method Details

    • getHostedZoneId

      public final String getHostedZoneId()
      Description copied from interface: CfnKeySigningKeyProps
      The unique string (ID) that is used to identify a hosted zone.

      For example: Z00001111A1ABCaaABC11 .

      Specified by:
      getHostedZoneId in interface CfnKeySigningKeyProps
    • getKeyManagementServiceArn

      public final String getKeyManagementServiceArn()
      Description copied from interface: CfnKeySigningKeyProps
      The Amazon resource name (ARN) for a customer managed customer master key (CMK) in AWS Key Management Service ( AWS KMS ).

      The KeyManagementServiceArn must be unique for each key-signing key (KSK) in a single hosted zone. For example: arn:aws:kms:us-east-1:111122223333:key/111a2222-a11b-1ab1-2ab2-1ab21a2b3a111 .

      Specified by:
      getKeyManagementServiceArn in interface CfnKeySigningKeyProps
    • getName

      public final String getName()
      Description copied from interface: CfnKeySigningKeyProps
      A string used to identify a key-signing key (KSK).

      Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same hosted zone.

      Specified by:
      getName in interface CfnKeySigningKeyProps
    • getStatus

      public final String getStatus()
      Description copied from interface: CfnKeySigningKeyProps
      A string that represents the current key-signing key (KSK) status.

      Status can have one of the following values:

      • ACTIVE - The KSK is being used for signing.
      • INACTIVE - The KSK is not being used for signing.
      • DELETING - The KSK is in the process of being deleted.
      • ACTION_NEEDED - There is a problem with the KSK that requires you to take action to resolve. For example, the customer managed key might have been deleted, or the permissions for the customer managed key might have been changed.
      • INTERNAL_FAILURE - There was an error during a request. Before you can continue to work with DNSSEC signing, including actions that involve this KSK, you must correct the problem. For example, you may need to activate or deactivate the KSK.
      Specified by:
      getStatus in interface CfnKeySigningKeyProps
    • $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