rds_copy_option_group {paws.database} | R Documentation |
Copies the specified option group
Description
Copies the specified option group.
See https://www.paws-r-sdk.com/docs/rds_copy_option_group/ for full documentation.
Usage
rds_copy_option_group(
SourceOptionGroupIdentifier,
TargetOptionGroupIdentifier,
TargetOptionGroupDescription,
Tags = NULL
)
Arguments
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 |
[Package paws.database version 0.9.0 Index]