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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-firehose/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).



4619
4620
4621
4622
4623
4624
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4619

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)


4619
4620
4621
4622
4623
4624
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4619

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