Class EncryptionConfiguration
Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
public class EncryptionConfiguration
- Inheritance
-
EncryptionConfiguration
- Inherited Members
Constructors
EncryptionConfiguration()
public EncryptionConfiguration()
Properties
ReplicaKmsKeyID
Gets and sets the property ReplicaKmsKeyID.
Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in Amazon Web Services Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.
public string ReplicaKmsKeyID { get; set; }