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).



4721
4722
4723
4724
4725
4726
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4721

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)


4721
4722
4723
4724
4725
4726
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4721

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