#[non_exhaustive]pub struct EncryptionConfiguration { /* private fields */ }
Expand description
A complex type that contains optional Amazon Web Services Key Management Service (KMS) encryption settings for your Network Firewall resources. Your data is encrypted by default with an Amazon Web Services owned key that Amazon Web Services owns and manages for you. You can use either the Amazon Web Services owned key, or provide your own customer managed key. To learn more about KMS encryption of your Network Firewall resources, see Encryption at rest with Amazon Web Services Key Managment Service in the Network Firewall Developer Guide.
Implementations§
source§impl EncryptionConfiguration
impl EncryptionConfiguration
sourcepub fn key_id(&self) -> Option<&str>
pub fn key_id(&self) -> Option<&str>
The ID of the Amazon Web Services Key Management Service (KMS) customer managed key. You can use any of the key identifiers that KMS supports, unless you're using a key that's managed by another account. If you're using a key managed by another account, then specify the key ARN. For more information, see Key ID in the Amazon Web Services KMS Developer Guide.
sourcepub fn type(&self) -> Option<&EncryptionType>
pub fn type(&self) -> Option<&EncryptionType>
The type of Amazon Web Services KMS key to use for encryption of your Network Firewall resources.
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
self
and other
values to be equal, and is used
by ==
.