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

pub struct ParameterGroupProperties {
    pub cache_parameter_group_family: Value<String>,
    pub description: Value<String>,
    pub properties: Option<ValueMap<String>>,
}

Properties for the ParameterGroup resource.

Fields

Property CacheParameterGroupFamily.

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

Property Description.

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

Property Properties.

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