aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.KMSEncryptionConfigProperty

interface KMSEncryptionConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisFirehose.CfnDeliveryStream.KMSEncryptionConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisfirehose#CfnDeliveryStream_KMSEncryptionConfigProperty
Javasoftware.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.KMSEncryptionConfigProperty
Pythonaws_cdk.aws_kinesisfirehose.CfnDeliveryStream.KMSEncryptionConfigProperty
TypeScript aws-cdk-lib » aws_kinesisfirehose » CfnDeliveryStream » KMSEncryptionConfigProperty

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 { aws_kinesisfirehose as kinesisfirehose } from 'aws-cdk-lib';
const kMSEncryptionConfigProperty: kinesisfirehose.CfnDeliveryStream.KMSEncryptionConfigProperty = {
  awskmsKeyArn: 'awskmsKeyArn',
};

Properties

NameTypeDescription
awskmsKeyArnstringThe Amazon Resource Name (ARN) of the AWS KMS encryption key that Amazon S3 uses to encrypt data delivered by the Kinesis Data Firehose stream.

awskmsKeyArn

Type: string

The Amazon Resource Name (ARN) of the AWS KMS encryption key that Amazon S3 uses to encrypt data delivered by the Kinesis Data Firehose stream.

The key must belong to the same region as the destination S3 bucket.