@Stability(value=Experimental) @Internal public static final class PublicKeyProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PublicKeyProps
PublicKeyPropssoftware.amazon.jsii.JsiiObject.InitializationModePublicKeyProps.Builder, PublicKeyProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String encodedKey,
String comment,
String publicKeyName)
Constructor that initializes the object based on literal property values passed by the
PublicKeyProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getComment()
(experimental) A comment to describe the public key.
|
String |
getEncodedKey()
(experimental) The public key that you can use with signed URLs and signed cookies, or with field-level encryption.
|
String |
getPublicKeyName()
(experimental) A name to identify the public key.
|
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(String encodedKey, String comment, String publicKeyName)
PublicKeyProps.Builder.public final String getEncodedKey()
PublicKeyProps
The encodedKey parameter must include -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- lines.
getEncodedKey in interface PublicKeyPropshttps://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.htmlpublic final String getComment()
PublicKeyPropsDefault: - no comment
getComment in interface PublicKeyPropspublic final String getPublicKeyName()
PublicKeyPropsDefault: - generated from the `id`
getPublicKeyName in interface PublicKeyProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.