AWS::KinesisFirehose::DeliveryStream DeliveryStreamEncryptionConfigurationInput
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
KeyARN
-
If you set
KeyType
toCUSTOMER_MANAGED_CMK
, you must specify the Amazon Resource Name (ARN) of the CMK. If you setKeyType
toAWS_OWNED_CMK
, Firehose uses a service-account CMK.Required: No
Type: String
Pattern:
arn:.*
Minimum:
1
Maximum:
512
Update requires: No interruption
KeyType
-
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.
Important
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.
Required: Yes
Type: String
Allowed values:
AWS_OWNED_CMK | CUSTOMER_MANAGED_CMK
Update requires: No interruption