class Aws::DocDB::Types::CreateDBClusterParameterGroupMessage

Represents the input of CreateDBClusterParameterGroup.

@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 cluster parameter group.

Constraints:

* Must not match the name of an existing `DBClusterParameterGroup`.

^

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

 </note>
@return [String]

@!attribute [rw] db_parameter_group_family

The cluster parameter group family name.
@return [String]

@!attribute [rw] description

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

@!attribute [rw] tags

The tags to be assigned to the cluster parameter group.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE