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
Represents the input of CreateDBClusterParameterGroup.