rds_modify_option_group: Modifies an existing option group

View source: R/rds_operations.R

rds_modify_option_groupR Documentation

Modifies an existing option group

Description

Modifies an existing option group.

See https://www.paws-r-sdk.com/docs/rds_modify_option_group/ for full documentation.

Usage

rds_modify_option_group(
  OptionGroupName,
  OptionsToInclude = NULL,
  OptionsToRemove = NULL,
  ApplyImmediately = NULL
)

Arguments

OptionGroupName

[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

OptionsToInclude

Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

OptionsToRemove

Options in this list are removed from the option group.

ApplyImmediately

A value that indicates whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.