class Aws::DocDB::Types::CopyDBClusterParameterGroupMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CopyDBClusterParameterGroupMessage AWS API Documentation
@return [Array<Types::Tag>]
The tags that are to be assigned to the parameter group.
@!attribute [rw] tags
@return [String]
A description for the copied cluster parameter group.
@!attribute [rw] target_db_cluster_parameter_group_description
@return [String]
Example: ‘my-cluster-param-group1`
* Cannot end with a hyphen or contain two consecutive hyphens.
* The first character must be a letter.
* Must contain from 1 to 255 letters, numbers, or hyphens.
* Cannot be null, empty, or blank.
Constraints:
The identifier for the copied cluster parameter group.
@!attribute [rw] target_db_cluster_parameter_group_identifier
@return [String]
`arn:aws:rds:us-east-1:123456789012:sample-cluster:sample-parameter-group`.
copy, specify a valid cluster parameter group ARN; for example,
* If the source parameter group is in a different Region than the
`my-db-cluster-param-group`, or a valid ARN.
copy, specify a valid parameter group identifier; for example,
* If the source cluster parameter group is in the same Region as the
* Must specify a valid cluster parameter group.
Constraints:
parameter group.
The identifier or Amazon Resource Name (ARN) for the source cluster
@!attribute [rw] source_db_cluster_parameter_group_identifier
}
],
},
value: “String”,
key: “String”,
{
tags: [
target_db_cluster_parameter_group_description: “String”, # required
target_db_cluster_parameter_group_identifier: “String”, # required
source_db_cluster_parameter_group_identifier: “String”, # required
{
data as a hash:
@note When making an API call, you may pass CopyDBClusterParameterGroupMessage
Represents the input to CopyDBClusterParameterGroup.