@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.298Z") @Stability(value=Experimental) public interface PublicKeyProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PublicKeyProps.Builder
A builder for
PublicKeyProps |
static class |
PublicKeyProps.Jsii$Proxy
An implementation for
PublicKeyProps |
| Modifier and Type | Method and Description |
|---|---|
static PublicKeyProps.Builder |
builder() |
default 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.
|
default String |
getPublicKeyName()
(experimental) A name to identify the public key.
|
@Stability(value=Experimental) @NotNull String getEncodedKey()
The encodedKey parameter must include -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- lines.
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html@Stability(value=Experimental) @Nullable default String getComment()
Default: - no comment
@Stability(value=Experimental) @Nullable default String getPublicKeyName()
Default: - generated from the `id`
@Stability(value=Experimental) static PublicKeyProps.Builder builder()
PublicKeyProps.Builder of PublicKeyPropsCopyright © 2021. All rights reserved.