You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDS::Types::CreateDBParameterGroupMessageWhen passing CreateDBParameterGroupMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
db_parameter_group_name: "String", db_parameter_group_family: "String", description: "String", tags: [
{
key: "String",
value: "String",
},
],
}
Instance Attribute Summary collapse
The DB parameter group family name.
The name of the DB parameter group.
The description for the DB parameter group.
Tags to assign to the DB parameter group.
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.
To list all of the available parameter group families, use the following command:
aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily"
The output contains duplicates.
#db_parameter_group_name ⇒ StringThe name of the DB parameter group.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Can\'t end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string.
#description ⇒ StringThe description for the DB parameter group.
#tags ⇒ Array<Types::Tag>Tags to assign to the DB parameter group.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4