pub struct SecurityConfigurationProperties {
pub encryption_configuration: Value<EncryptionConfiguration>,
pub name: Value<String>,
}Expand description
Properties for the SecurityConfiguration resource.
Fields§
§encryption_configuration: Value<EncryptionConfiguration>Property EncryptionConfiguration.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
name: Value<String>Property Name.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
Trait Implementations§
Source§impl Default for SecurityConfigurationProperties
impl Default for SecurityConfigurationProperties
Source§fn default() -> SecurityConfigurationProperties
fn default() -> SecurityConfigurationProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecurityConfigurationProperties
impl<'de> Deserialize<'de> for SecurityConfigurationProperties
Source§fn deserialize<D: Deserializer<'de>>(
d: D,
) -> Result<SecurityConfigurationProperties, D::Error>
fn deserialize<D: Deserializer<'de>>( d: D, ) -> Result<SecurityConfigurationProperties, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<SecurityConfigurationProperties> for SecurityConfiguration
impl From<SecurityConfigurationProperties> for SecurityConfiguration
Source§fn from(properties: SecurityConfigurationProperties) -> SecurityConfiguration
fn from(properties: SecurityConfigurationProperties) -> SecurityConfiguration
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SecurityConfigurationProperties
impl RefUnwindSafe for SecurityConfigurationProperties
impl Send for SecurityConfigurationProperties
impl Sync for SecurityConfigurationProperties
impl Unpin for SecurityConfigurationProperties
impl UnwindSafe for SecurityConfigurationProperties
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