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

Class: Aws::Firehose::Types::KMSEncryptionConfig

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

Overview

Note:

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

{
  awskms_key_arn: "AWSKMSKeyARN", # required
}

Describes an encryption key for a destination in Amazon S3.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#awskms_key_arnString

The Amazon Resource Name (ARN) of the encryption key. Must belong to the same AWS Region as the destination Amazon S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the encryption key.