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 DB 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 DB cluster parameter group.
@!attribute [rw] target_db_cluster_parameter_group_identifier
@return [String]
`arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1`.
example,
the copy, specify a valid DB cluster parameter group ARN; for
* If the source DB parameter group is in a different AWS Region than
example, `my-db-cluster-param-group`, or a valid ARN.
as the copy, specify a valid DB parameter group identifier; for
* If the source DB cluster parameter group is in the same AWS Region
* Must specify a valid DB cluster parameter group.
Constraints:
cluster parameter group.
The identifier or Amazon Resource Name (ARN) for the source DB
@!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.