Struct aws_sdk_glue::model::DataCatalogEncryptionSettings [−][src]
#[non_exhaustive]pub struct DataCatalogEncryptionSettings {
pub encryption_at_rest: Option<EncryptionAtRest>,
pub connection_password_encryption: Option<ConnectionPasswordEncryption>,
}Expand description
Contains configuration information for maintaining Data Catalog security.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.encryption_at_rest: Option<EncryptionAtRest>Specifies the encryption-at-rest configuration for the Data Catalog.
connection_password_encryption: 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.
Implementations
Specifies the encryption-at-rest configuration for the Data Catalog.
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.
Creates a new builder-style object to manufacture DataCatalogEncryptionSettings
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for DataCatalogEncryptionSettings
impl Sync for DataCatalogEncryptionSettings
impl Unpin for DataCatalogEncryptionSettings
impl UnwindSafe for DataCatalogEncryptionSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
