class Aws::RDS::Types::CreateDBParameterGroupMessage
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBParameterGroupMessage AWS API Documentation
@return [Array<Types::Tag>]
Tags to assign to the DB parameter group.
@!attribute [rw] tags
@return [String]
The description for the DB parameter group.
@!attribute [rw] description
@return [String]
* ‘sqlserver-web`
* `sqlserver-ex`
* `sqlserver-se`
* `sqlserver-ee`
* `postgres`
* `oracle-se2-cdb`
* `oracle-se2`
* `oracle-ee-cdb`
* `oracle-ee`
* `mysql`
* `db2-se`
* `db2-ae`
* `aurora-postgresql`
* `aurora-mysql`
The following are the valid DB engine values:
</note>
<note markdown=“1”> The output contains duplicates.
“DBEngineVersions[].DBParameterGroupFamily” –engine mysql`
`aws rds describe-db-engine-versions –query
for the MySQL DB engine, use the following command:
For example, to list all of the available parameter group families
“DBEngineVersions[].DBParameterGroupFamily” –engine <engine>`
`aws rds describe-db-engine-versions –query
engine, use the following command:
To list all of the available parameter group families for a DB
engine version compatible with that DB parameter group family.
be applied only to a DB instance running a database engine and
associated with one and only one DB parameter group family, and can
The DB parameter group family name. A DB parameter group can be
@!attribute [rw] db_parameter_group_family
@return [String]
</note>
<note markdown=“1”> This value is stored as a lowercase string.
* Can’t end with a hyphen or contain two consecutive hyphens
* First character must be a letter
* Must be 1 to 255 letters, numbers, or hyphens.
Constraints:
The name of the DB parameter group.
@!attribute [rw] db_parameter_group_name