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