Copies the specified option group.
rds_copy_option_group(SourceOptionGroupIdentifier,
TargetOptionGroupIdentifier, TargetOptionGroupDescription, Tags)
[required] The identifier for the source option group.
Constraints:
Must specify a valid option group.
[required] 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
[required] The description for the copied option group.
svc$copy_option_group( SourceOptionGroupIdentifier = "string", TargetOptionGroupIdentifier = "string", TargetOptionGroupDescription = "string", Tags = list( list( Key = "string", Value = "string" ) ) )