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
- Struct
- Aws::Firehose::Types::StartDeliveryStreamEncryptionInput
- 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
-
#delivery_stream_encryption_configuration_input ⇒ Types::DeliveryStreamEncryptionConfigurationInput
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
-
#delivery_stream_name ⇒ String
The name of the delivery stream for which you want to enable server-side encryption (SSE).
Instance Attribute Details
#delivery_stream_encryption_configuration_input ⇒ Types::DeliveryStreamEncryptionConfigurationInput
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).
#delivery_stream_name ⇒ String
The name of the delivery stream for which you want to enable server-side encryption (SSE).