Struct aws_sdk_s3::model::EncryptionConfiguration
source · #[non_exhaustive]pub struct EncryptionConfiguration { /* private fields */ }
Expand description
Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
Implementations§
source§impl EncryptionConfiguration
impl EncryptionConfiguration
sourcepub fn replica_kms_key_id(&self) -> Option<&str>
pub fn replica_kms_key_id(&self) -> Option<&str>
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, customer managed KMS keys. For more information, see Using symmetric and asymmetric keys in the Amazon Web Services Key Management Service Developer Guide.
source§impl EncryptionConfiguration
impl EncryptionConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EncryptionConfiguration
.
Trait Implementations§
source§impl Clone for EncryptionConfiguration
impl Clone for EncryptionConfiguration
source§fn clone(&self) -> EncryptionConfiguration
fn clone(&self) -> EncryptionConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EncryptionConfiguration
impl Debug for EncryptionConfiguration
source§impl PartialEq<EncryptionConfiguration> for EncryptionConfiguration
impl PartialEq<EncryptionConfiguration> for EncryptionConfiguration
source§fn eq(&self, other: &EncryptionConfiguration) -> bool
fn eq(&self, other: &EncryptionConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.