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
show all
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:

Instance Attribute Summary collapse

Instance Attribute Details

#kms_encryption_configTypes::KMSEncryptionConfig

The encryption key.

Returns:

#no_encryption_configString

Specifically override existing encryption information to ensure that no encryption is used.

Possible values:

  • NoEncryption

Returns:

  • (String)

    Specifically override existing encryption information to ensure that no encryption is used.