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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.route53.CfnKeySigningKeyProps
CfnKeySigningKeyProps.Builder, CfnKeySigningKeyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnKeySigningKeyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnKeySigningKeyProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe unique string (ID) that is used to identify a hosted zone.final StringThe Amazon resource name (ARN) for a customer managed customer master key (CMK) in AWS Key Management Service ( AWS KMS ).final StringgetName()A string used to identify a key-signing key (KSK).final StringA string that represents the current key-signing key (KSK) status.final inthashCode()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:CfnKeySigningKeyPropsThe unique string (ID) that is used to identify a hosted zone.For example:
Z00001111A1ABCaaABC11.- Specified by:
getHostedZoneIdin interfaceCfnKeySigningKeyProps
-
getKeyManagementServiceArn
Description copied from interface:CfnKeySigningKeyPropsThe Amazon resource name (ARN) for a customer managed customer master key (CMK) in AWS Key Management Service ( AWS KMS ).The
KeyManagementServiceArnmust 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:
getKeyManagementServiceArnin interfaceCfnKeySigningKeyProps
-
getName
Description copied from interface:CfnKeySigningKeyPropsA string used to identify a key-signing key (KSK).Namecan include numbers, letters, and underscores (_).Namemust be unique for each key-signing key in the same hosted zone.- Specified by:
getNamein interfaceCfnKeySigningKeyProps
-
getStatus
Description copied from interface:CfnKeySigningKeyPropsA 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:
getStatusin interfaceCfnKeySigningKeyProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-