Struct aws_sdk_glue::model::DataCatalogEncryptionSettings
source · #[non_exhaustive]pub struct DataCatalogEncryptionSettings { /* private fields */ }Expand description
Contains configuration information for maintaining Data Catalog security.
Implementations§
source§impl DataCatalogEncryptionSettings
impl DataCatalogEncryptionSettings
sourcepub fn encryption_at_rest(&self) -> Option<&EncryptionAtRest>
pub fn encryption_at_rest(&self) -> Option<&EncryptionAtRest>
Specifies the encryption-at-rest configuration for the Data Catalog.
sourcepub fn connection_password_encryption(
&self
) -> Option<&ConnectionPasswordEncryption>
pub fn connection_password_encryption(
&self
) -> Option<&ConnectionPasswordEncryption>
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption.
source§impl DataCatalogEncryptionSettings
impl DataCatalogEncryptionSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataCatalogEncryptionSettings.
Trait Implementations§
source§impl Clone for DataCatalogEncryptionSettings
impl Clone for DataCatalogEncryptionSettings
source§fn clone(&self) -> DataCatalogEncryptionSettings
fn clone(&self) -> DataCatalogEncryptionSettings
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 PartialEq<DataCatalogEncryptionSettings> for DataCatalogEncryptionSettings
impl PartialEq<DataCatalogEncryptionSettings> for DataCatalogEncryptionSettings
source§fn eq(&self, other: &DataCatalogEncryptionSettings) -> bool
fn eq(&self, other: &DataCatalogEncryptionSettings) -> bool
This method tests for
self and other values to be equal, and is used
by ==.