class Aws::RDS::Types::CreateDBClusterParameterGroupMessage

@note When making an API call, you may pass CreateDBClusterParameterGroupMessage

data as a hash:

    {
      db_cluster_parameter_group_name: "String", # required
      db_parameter_group_family: "String", # required
      description: "String", # required
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] db_cluster_parameter_group_name

The name of the DB cluster parameter group.

Constraints:

* Must match the name of an existing DB cluster parameter group.

^

<note markdown="1"> This value is stored as a lowercase string.

 </note>
@return [String]

@!attribute [rw] db_parameter_group_family

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.

**Aurora MySQL**

Example: `aurora5.6`, `aurora-mysql5.7`

**Aurora PostgreSQL**

Example: `aurora-postgresql9.6`

To list all of the available parameter group families for a DB
engine, use the following command:

`aws rds describe-db-engine-versions --query
"DBEngineVersions[].DBParameterGroupFamily" --engine <engine>`

For example, to list all of the available parameter group families
for the Aurora PostgreSQL DB engine, use the following command:

`aws rds describe-db-engine-versions --query
"DBEngineVersions[].DBParameterGroupFamily" --engine
aurora-postgresql`

<note markdown="1"> The output contains duplicates.

 </note>

The following are the valid DB engine values:

* `aurora` (for MySQL 5.6-compatible Aurora)

* `aurora-mysql` (for MySQL 5.7-compatible Aurora)

* `aurora-postgresql`
@return [String]

@!attribute [rw] description

The description for the DB cluster parameter group.
@return [String]

@!attribute [rw] tags

Tags to assign to the DB cluster parameter group.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterParameterGroupMessage AWS API Documentation

Constants

SENSITIVE