@Stability(value=Stable) @Internal public static final class CfnStream.StreamEncryptionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStream.StreamEncryptionProperty
CfnStream.StreamEncryptionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnStream.StreamEncryptionProperty.Builder, CfnStream.StreamEncryptionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnStream.StreamEncryptionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnStream.StreamEncryptionProperty.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 |
getEncryptionType()
The encryption type to use.
|
String |
getKeyId()
The GUID for the customer-managed AWS KMS key to use for encryption.
|
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(CfnStream.StreamEncryptionProperty.Builder builder)
CfnStream.StreamEncryptionProperty.Builder.public final String getEncryptionType()
CfnStream.StreamEncryptionProperty
The only valid value is KMS .
getEncryptionType in interface CfnStream.StreamEncryptionPropertypublic final String getKeyId()
CfnStream.StreamEncryptionProperty
This value can be a globally unique identifier, a fully specified Amazon Resource Name (ARN) to either an alias or a key, or an alias name prefixed by "alias/".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis .
arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012arn:aws:kms:us-east-1:123456789012:alias/MyAliasName12345678-1234-1234-1234-123456789012alias/MyAliasNamealias/aws/kinesisgetKeyId in interface CfnStream.StreamEncryptionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.