class Aws::RDS::Types::CopyDBParameterGroupMessage

@note When making an API call, you may pass CopyDBParameterGroupMessage

data as a hash:

    {
      source_db_parameter_group_identifier: "String", # required
      target_db_parameter_group_identifier: "String", # required
      target_db_parameter_group_description: "String", # required
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] source_db_parameter_group_identifier

The identifier or ARN for the source DB parameter group. For
information about creating an ARN, see [ Constructing an ARN for
Amazon RDS][1] in the *Amazon RDS User Guide*.

Constraints:

* Must specify a valid DB parameter group.

^

[1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing
@return [String]

@!attribute [rw] target_db_parameter_group_identifier

The identifier for the copied DB 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-db-parameter-group`
@return [String]

@!attribute [rw] target_db_parameter_group_description

A description for the copied DB 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/CopyDBParameterGroupMessage AWS API Documentation

Constants

SENSITIVE