Struct rusoto_rds::CreateDBParameterGroupMessage [] [src]

pub struct CreateDBParameterGroupMessage {
    pub db_parameter_group_family: String,
    pub db_parameter_group_name: String,
    pub description: String,
    pub tags: Option<Vec<Tag>>,
}

Fields

The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.

The name of the DB parameter group.

Constraints:

  • Must be 1 to 255 alphanumeric characters

  • First character must be a letter

  • Cannot end with a hyphen or contain two consecutive hyphens

This value is stored as a lowercase string.

The description for the DB parameter group.

Trait Implementations

impl Default for CreateDBParameterGroupMessage
[src]

Returns the "default value" for a type. Read more

impl Debug for CreateDBParameterGroupMessage
[src]

Formats the value using the given formatter.

impl Clone for CreateDBParameterGroupMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more