Class CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
An implementation for
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder, CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
If you setKeyType
toCUSTOMER_MANAGED_CMK
, you must specify the Amazon Resource Name (ARN) of the CMK.final String
Indicates the type of customer master key (CMK) to use for encryption.final int
hashCode()
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
protected Jsii$Proxy(CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder
.
-
-
Method Details
-
getKeyType
Description copied from interface:CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
Indicates the type of customer master key (CMK) to use for encryption.The default setting is
AWS_OWNED_CMK
. For more information about CMKs, see Customer Master Keys (CMKs) .You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams.
To encrypt your delivery stream, use symmetric CMKs. Kinesis Data Firehose doesn't support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see About Symmetric and Asymmetric CMKs in the AWS Key Management Service developer guide.
- Specified by:
getKeyType
in interfaceCfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
-
getKeyArn
Description copied from interface:CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
If you setKeyType
toCUSTOMER_MANAGED_CMK
, you must specify the Amazon Resource Name (ARN) of the CMK.If you set
KeyType
toAWS _OWNED_CMK
, Kinesis Data Firehose uses a service-account CMK.- Specified by:
getKeyArn
in interfaceCfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-