You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Firehose::Types::EncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::EncryptionConfiguration
- Defined in:
- (unknown)
Overview
Note:
When passing EncryptionConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
no_encryption_config: "NoEncryption", # accepts NoEncryption
kms_encryption_config: {
awskms_key_arn: "AWSKMSKeyARN", # required
},
}
Describes the encryption for a destination in Amazon S3.
Returned by:
- Aws::Firehose::Types::ExtendedS3DestinationConfiguration#encryption_configuration
- Aws::Firehose::Types::ExtendedS3DestinationDescription#encryption_configuration
- Aws::Firehose::Types::ExtendedS3DestinationUpdate#encryption_configuration
- S3DestinationConfiguration#encryption_configuration
- S3DestinationDescription#encryption_configuration
- S3DestinationUpdate#encryption_configuration
Instance Attribute Summary collapse
-
#kms_encryption_config ⇒ Types::KMSEncryptionConfig
The encryption key.
-
#no_encryption_config ⇒ String
Specifically override existing encryption information to ensure that no encryption is used.
Instance Attribute Details
#kms_encryption_config ⇒ Types::KMSEncryptionConfig
The encryption key.
#no_encryption_config ⇒ String
Specifically override existing encryption information to ensure that no encryption is used.
Possible values:
- NoEncryption