A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/RDS/Types/CreateDBParameterGroupMessage.html below:

CreateDBParameterGroupMessage — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::CreateDBParameterGroupMessage
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #db_parameter_group_family ⇒ String

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 ⇒ String

The name of the DB parameter group.

Constraints:

This value is stored as a lowercase string.

#description ⇒ String

The 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