Struct cfn::aws::rds::DBParameterGroupProperties [] [src]

pub struct DBParameterGroupProperties {
    pub description: Value<String>,
    pub family: Value<String>,
    pub parameters: Option<ValueMap<String>>,
    pub tags: Option<ValueList<Tag>>,
}

Properties for the DBParameterGroup resource.

Fields

Property Description.

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

Property Family.

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

Property Parameters.

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

Property Tags.

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

Trait Implementations

impl Debug for DBParameterGroupProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for DBParameterGroupProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<DBParameterGroupProperties> for DBParameterGroup
[src]

[src]

Performs the conversion.

Auto Trait Implementations