Class: Aws::Firehose::Types::StartDeliveryStreamEncryptionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_encryption_configuration_inputTypes::DeliveryStreamEncryptionConfigurationInput

Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).



4602
4603
4604
4605
4606
4607
# File 'lib/aws-sdk-firehose/types.rb', line 4602

class StartDeliveryStreamEncryptionInput < Struct.new(
  :delivery_stream_name,
  :delivery_stream_encryption_configuration_input)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_stream_nameString

The name of the delivery stream for which you want to enable server-side encryption (SSE).

Returns:

  • (String)


4602
4603
4604
4605
4606
4607
# File 'lib/aws-sdk-firehose/types.rb', line 4602

class StartDeliveryStreamEncryptionInput < Struct.new(
  :delivery_stream_name,
  :delivery_stream_encryption_configuration_input)
  SENSITIVE = []
  include Aws::Structure
end