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`.
group ARN; for example,
Services Region than the copy, specify a valid cluster parameter
* If the source parameter group is in a different Amazon Web
ARN.
identifier; for example, `my-db-cluster-param-group`, or a valid
Services Region as the copy, specify a valid parameter group
* If the source cluster parameter group is in the same Amazon Web
* 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
Represents the input to CopyDBClusterParameterGroup.