Struct rusoto_rds::CreateDBClusterParameterGroupMessage [] [src]

pub struct CreateDBClusterParameterGroupMessage {
    pub db_cluster_parameter_group_name: String,
    pub db_parameter_group_family: String,
    pub description: String,
    pub tags: Option<TagList>,
}

Fields

The name of the DB cluster 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 DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.

The description for the DB cluster parameter group.

Trait Implementations

impl Default for CreateDBClusterParameterGroupMessage
[src]

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

impl Debug for CreateDBClusterParameterGroupMessage
[src]

Formats the value using the given formatter.

impl Clone for CreateDBClusterParameterGroupMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more