Amazon Kinesis Data Firehose DeliveryStream EncryptionConfiguration
The EncryptionConfiguration property type specifies the encryption settings that Amazon Kinesis Data Firehose
(Kinesis Data Firehose) uses when delivering data to Amazon Simple Storage Service
(Amazon S3).
EncryptionConfiguration is a property of the Amazon Kinesis Data Firehose DeliveryStream S3DestinationConfiguration property type.
Syntax
JSON
{ "KMSEncryptionConfig" :KMSEncryptionConfig, "NoEncryptionConfig" :String}
YAML
KMSEncryptionConfig:KMSEncryptionConfigNoEncryptionConfig:String
Properties
KMSEncryptionConfig-
The AWS Key Management Service (AWS KMS) encryption key that Amazon S3 uses to encrypt your data.
Required: No
Type: Amazon Kinesis Data Firehose DeliveryStream KMSEncryptionConfig
NoEncryptionConfig-
Disables encryption. For valid values, see the
NoEncryptionConfigcontent for the EncryptionConfiguration data type in the Amazon Kinesis Data Firehose API Reference.Required: No
Type: String
