Modifies an existing option group.
See https://www.paws-r-sdk.com/docs/rds_modify_option_group/ for full documentation.
rds_modify_option_group(
OptionGroupName,
OptionsToInclude = NULL,
OptionsToRemove = NULL,
ApplyImmediately = NULL
)
[required] The name of the option group to be modified.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.
Options in this list are removed from the option group.
Specifies whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.