View source: R/rds_operations.R
rds_create_option_group | R Documentation |
Creates a new option group. You can create up to 20 option groups.
See https://www.paws-r-sdk.com/docs/rds_create_option_group/ for full documentation.
rds_create_option_group(
OptionGroupName,
EngineName,
MajorEngineVersion,
OptionGroupDescription,
Tags = NULL
)
OptionGroupName |
[required] Specifies the name of the option group to be created. Constraints:
Example: |
EngineName |
[required] The name of the engine to associate this option group with. Valid Values:
|
MajorEngineVersion |
[required] Specifies the major version of the engine that this option group should be associated with. |
OptionGroupDescription |
[required] The description of the option group. |
Tags |
Tags to assign to the option group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.