Class CfnStream.StreamEncryptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesis.CfnStream.StreamEncryptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStream.StreamEncryptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStream.StreamEncryptionProperty
@Stability(Stable)
@Internal
public static final class CfnStream.StreamEncryptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStream.StreamEncryptionProperty
An implementation for
CfnStream.StreamEncryptionProperty-
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.kinesis.CfnStream.StreamEncryptionProperty
CfnStream.StreamEncryptionProperty.Builder, CfnStream.StreamEncryptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStream.StreamEncryptionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnStream.StreamEncryptionProperty.Builder.
-
-
Method Details
-
getEncryptionType
Description copied from interface:CfnStream.StreamEncryptionPropertyThe encryption type to use.The only valid value is
KMS.- Specified by:
getEncryptionTypein interfaceCfnStream.StreamEncryptionProperty- See Also:
-
getKeyId
Description copied from interface:CfnStream.StreamEncryptionPropertyThe GUID for the customer-managed AWS KMS key to use for encryption.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.- Key ARN example:
arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012 - Alias ARN example:
arn:aws:kms:us-east-1:123456789012:alias/MyAliasName - Globally unique key ID example:
12345678-1234-1234-1234-123456789012 - Alias name example:
alias/MyAliasName - Master key owned by Kinesis Data Streams:
alias/aws/kinesis
- Specified by:
getKeyIdin interfaceCfnStream.StreamEncryptionProperty- See Also:
- Key ARN example:
-
$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()
-