Struct aws_sdk_glue::model::TransformEncryption
source · #[non_exhaustive]pub struct TransformEncryption { /* private fields */ }Expand description
The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.
Additionally, imported labels and trained transforms can now be encrypted using a customer provided KMS key.
Implementations§
source§impl TransformEncryption
impl TransformEncryption
sourcepub fn ml_user_data_encryption(&self) -> Option<&MlUserDataEncryption>
pub fn ml_user_data_encryption(&self) -> Option<&MlUserDataEncryption>
An MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID.
sourcepub fn task_run_security_configuration_name(&self) -> Option<&str>
pub fn task_run_security_configuration_name(&self) -> Option<&str>
The name of the security configuration.
source§impl TransformEncryption
impl TransformEncryption
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransformEncryption.
Trait Implementations§
source§impl Clone for TransformEncryption
impl Clone for TransformEncryption
source§fn clone(&self) -> TransformEncryption
fn clone(&self) -> TransformEncryption
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 TransformEncryption
impl Debug for TransformEncryption
source§impl PartialEq<TransformEncryption> for TransformEncryption
impl PartialEq<TransformEncryption> for TransformEncryption
source§fn eq(&self, other: &TransformEncryption) -> bool
fn eq(&self, other: &TransformEncryption) -> bool
This method tests for
self and other values to be equal, and is used
by ==.