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
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnKeySigningKeyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnKeySigningKeyProps.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 TypeMethodDescriptioncom.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
getName()
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
hashCode()
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 theCfnKeySigningKeyProps.Builder
.
-
-
Method Details
-
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 interfaceCfnKeySigningKeyProps
-
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 interfaceCfnKeySigningKeyProps
-
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 interfaceCfnKeySigningKeyProps
-
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 interfaceCfnKeySigningKeyProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-