You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StartDeliveryStreamEncryptionInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  delivery_stream_name: "DeliveryStreamName", # required
  delivery_stream_encryption_configuration_input: {
    key_arn: "AWSKMSKeyARN",
    key_type: "AWS_OWNED_CMK", # required, accepts AWS_OWNED_CMK, CUSTOMER_MANAGED_CMK
  },
}

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

Returns:

#delivery_stream_nameString

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

Returns:

  • (String)

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