@Stability(value=Stable) @Internal public static final class CfnKeySigningKeyProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnKeySigningKeyProps
CfnKeySigningKeyPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnKeySigningKeyProps.Builder, CfnKeySigningKeyProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnKeySigningKeyProps.Builder builder)
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getHostedZoneId()
The unique string (ID) that is used to identify a hosted zone.
|
String |
getKeyManagementServiceArn()
The Amazon resource name (ARN) for a customer managed customer master key (CMK) in AWS Key Management Service ( AWS KMS ).
|
String |
getName()
A string used to identify a key-signing key (KSK).
|
String |
getStatus()
A string that represents the current key-signing key (KSK) status.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnKeySigningKeyProps.Builder builder)
CfnKeySigningKeyProps.Builder.public final String getHostedZoneId()
CfnKeySigningKeyProps
For example: Z00001111A1ABCaaABC11 .
getHostedZoneId in interface CfnKeySigningKeyPropspublic final String getKeyManagementServiceArn()
CfnKeySigningKeyProps
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 .
getKeyManagementServiceArn in interface CfnKeySigningKeyPropspublic final String getName()
CfnKeySigningKeyProps
Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same hosted zone.
getName in interface CfnKeySigningKeyPropspublic final String getStatus()
CfnKeySigningKeyPropsStatus can have one of the following values:
getStatus in interface CfnKeySigningKeyProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.