You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::S3::Types::EncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::EncryptionConfiguration
- Defined in:
- (unknown)
Overview
When passing EncryptionConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
replica_kms_key_id: "ReplicaKmsKeyID",
}
Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
Returned by:
Instance Attribute Summary collapse
-
#replica_kms_key_id ⇒ String
Specifies the ID (Key ARN or Alias ARN) of the customer managed customer master key (CMK) stored in AWS Key Management Service (KMS) for the destination bucket.
Instance Attribute Details
#replica_kms_key_id ⇒ String
Specifies the ID (Key ARN or Alias ARN) of the customer managed customer master key (CMK) stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric customer managed CMKs. For more information, see Using Symmetric and Asymmetric Keys in the AWS Key Management Service Developer Guide.