class Aws::RDS::Types::CopyOptionGroupMessage

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

data as a hash:

    {
      source_option_group_identifier: "String", # required
      target_option_group_identifier: "String", # required
      target_option_group_description: "String", # required
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] source_option_group_identifier

The identifier for the source option group.

Constraints:

* Must specify a valid option group.

^
@return [String]

@!attribute [rw] target_option_group_identifier

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

@!attribute [rw] target_option_group_description

The description for the copied option 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/CopyOptionGroupMessage AWS API Documentation

Constants

SENSITIVE