class Aws::RDS::Types::CopyDBClusterParameterGroupMessage
@note When making an API call, you may pass CopyDBClusterParameterGroupMessage
data as a hash: { source_db_cluster_parameter_group_identifier: "String", # required target_db_cluster_parameter_group_identifier: "String", # required target_db_cluster_parameter_group_description: "String", # required tags: [ { key: "String", value: "String", }, ], }
@!attribute [rw] source_db_cluster_parameter_group_identifier
The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see [ Constructing an ARN for Amazon RDS][1] in the *Amazon Aurora User Guide*. Constraints: * Must specify a valid DB cluster parameter group. ^ [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing @return [String]
@!attribute [rw] target_db_cluster_parameter_group_identifier
The identifier for the copied DB cluster parameter group. Constraints: * Can't be null, empty, or blank * Must contain from 1 to 255 letters, numbers, or hyphens * First character must be a letter * Can't end with a hyphen or contain two consecutive hyphens Example: `my-cluster-param-group1` @return [String]
@!attribute [rw] target_db_cluster_parameter_group_description
A description for the copied DB cluster parameter group. @return [String]
@!attribute [rw] tags
A list of tags. For more information, see [Tagging Amazon RDS Resources][1] in the *Amazon RDS User Guide.* [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBClusterParameterGroupMessage AWS API Documentation
Constants
- SENSITIVE