Class: Aws::Firehose::Types::EncryptionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb

Overview

Describes the encryption for a destination in Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_encryption_configTypes::KMSEncryptionConfig

The encryption key.



1734
1735
1736
1737
1738
1739
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1734

class EncryptionConfiguration < Struct.new(
  :no_encryption_config,
  :kms_encryption_config)
  SENSITIVE = []
  include Aws::Structure
end

#no_encryption_configString

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

Returns:

  • (String)


1734
1735
1736
1737
1738
1739
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 1734

class EncryptionConfiguration < Struct.new(
  :no_encryption_config,
  :kms_encryption_config)
  SENSITIVE = []
  include Aws::Structure
end