/** *
Container for information regarding encryption based configuration for replicas.
*/ export interface _EncryptionConfiguration { /** *The ID of the AWS KMS key for the region where the destination bucket resides. Amazon S3 uses this key to encrypt the replica object.
*/ ReplicaKmsKeyID?: string; } export declare type _UnmarshalledEncryptionConfiguration = _EncryptionConfiguration;