Struct cfn::aws::dax::ParameterGroupProperties [] [src]

pub struct ParameterGroupProperties {
    pub description: Option<Value<String>>,
    pub parameter_group_name: Option<Value<String>>,
    pub parameter_name_values: Option<Value<Value>>,
}

Properties for the ParameterGroup resource.

Fields

Property Description.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property ParameterGroupName.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property ParameterNameValues.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for ParameterGroupProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for ParameterGroupProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for ParameterGroupProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ParameterGroupProperties> for ParameterGroup
[src]

[src]

Performs the conversion.

Auto Trait Implementations