Interface CfnDeliveryStreamPropsMixin.KMSEncryptionConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDeliveryStreamPropsMixin.KMSEncryptionConfigProperty.Jsii$Proxy
Enclosing class:
CfnDeliveryStreamPropsMixin

@Stability(Stable) public static interface CfnDeliveryStreamPropsMixin.KMSEncryptionConfigProperty extends software.amazon.jsii.JsiiSerializable
The KMSEncryptionConfig property type specifies the AWS Key Management Service ( AWS KMS) encryption key that Amazon Simple Storage Service (Amazon S3) uses to encrypt data delivered by the Amazon Kinesis Data Firehose (Kinesis Data Firehose) stream.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.*;
 KMSEncryptionConfigProperty kMSEncryptionConfigProperty = KMSEncryptionConfigProperty.builder()
         .awskmsKeyArn("awskmsKeyArn")
         .build();
 

See Also: