View source: R/rds_operations.R
| rds_copy_option_group | R Documentation |
Copies the specified option group.
See https://www.paws-r-sdk.com/docs/rds_copy_option_group/ for full documentation.
rds_copy_option_group(
SourceOptionGroupIdentifier,
TargetOptionGroupIdentifier,
TargetOptionGroupDescription,
Tags = NULL
)
SourceOptionGroupIdentifier |
[required] The identifier for the source option group. Constraints:
|
TargetOptionGroupIdentifier |
[required] The identifier for the copied option group. Constraints:
Example: |
TargetOptionGroupDescription |
[required] The description for the copied option group. |
Tags |
A list of tags. For more information, see Tagging Amazon RDS resources in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources in the Amazon Aurora User Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.