Class CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.kinesisfirehose.mixins.CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty
An implementation for
CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty-
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.mixins.preview.services.kinesisfirehose.mixins.CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty
CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty.Builder, CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringIf you setKeyTypetoCUSTOMER_MANAGED_CMK, you must specify the Amazon Resource Name (ARN) of the CMK.final StringIndicates the type of customer master key (CMK) to use for encryption.final inthashCode()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(CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty.Builder.
-
-
Method Details
-
getKeyArn
Description copied from interface:CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputPropertyIf you setKeyTypetoCUSTOMER_MANAGED_CMK, you must specify the Amazon Resource Name (ARN) of the CMK.If you set
KeyTypetoAWS _OWNED_CMK, Firehose uses a service-account CMK.- Specified by:
getKeyArnin interfaceCfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty- See Also:
-
getKeyType
Description copied from interface:CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputPropertyIndicates 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:
getKeyTypein interfaceCfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty- See Also:
-
$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()
-