pub struct ConnectionPasswordEncryption {
pub kms_key_id: Option<Value<String>>,
pub return_connection_password_encrypted: Option<Value<bool>>,
}Expand description
The AWS::Glue::DataCatalogEncryptionSettings.ConnectionPasswordEncryption property type.
Fields§
§kms_key_id: Option<Value<String>>Property KmsKeyId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
return_connection_password_encrypted: Option<Value<bool>>Property ReturnConnectionPasswordEncrypted.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for ConnectionPasswordEncryption
impl Debug for ConnectionPasswordEncryption
Source§impl Default for ConnectionPasswordEncryption
impl Default for ConnectionPasswordEncryption
Source§fn default() -> ConnectionPasswordEncryption
fn default() -> ConnectionPasswordEncryption
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConnectionPasswordEncryption
impl RefUnwindSafe for ConnectionPasswordEncryption
impl Send for ConnectionPasswordEncryption
impl Sync for ConnectionPasswordEncryption
impl Unpin for ConnectionPasswordEncryption
impl UnwindSafe for ConnectionPasswordEncryption
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more