class Aws::DocDB::Types::CreateDBClusterParameterGroupMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CreateDBClusterParameterGroupMessage AWS API Documentation
@return [Array<Types::Tag>]
The tags to be assigned to the cluster parameter group.
@!attribute [rw] tags
@return [String]
The description for the cluster parameter group.
@!attribute [rw] description
@return [String]
The cluster parameter group family name.
@!attribute [rw] db_parameter_group_family
@return [String]
</note>
<note markdown=“1”> This value is stored as a lowercase string.
^
* Must not match the name of an existing ‘DBClusterParameterGroup`.
Constraints:
The name of the cluster parameter group.
@!attribute [rw] db_cluster_parameter_group_name
}
],
},
value: “String”,
key: “String”,
{
tags: [
description: “String”, # required
db_parameter_group_family: “String”, # required
db_cluster_parameter_group_name: “String”, # required
{
data as a hash:
@note When making an API call, you may pass CreateDBClusterParameterGroupMessage
Represents the input of CreateDBClusterParameterGroup.