rds_create_option_group: Creates a new option group

View source: R/rds_operations.R

rds_create_option_groupR Documentation

Creates a new option group

Description

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.

Usage

rds_create_option_group(
  OptionGroupName,
  EngineName,
  MajorEngineVersion,
  OptionGroupDescription,
  Tags = NULL
)

Arguments

OptionGroupName

[required] Specifies the name of the option group to be created.

Constraints:

  • Must be 1 to 255 letters, numbers, or hyphens

  • First character must be a letter

  • Can't end with a hyphen or contain two consecutive hyphens

Example: myoptiongroup

EngineName

[required] Specifies the name of the engine that this option group should be associated with.

Valid Values:

  • mariadb

  • mysql

  • oracle-ee

  • oracle-ee-cdb

  • oracle-se2

  • oracle-se2-cdb

  • postgres

  • sqlserver-ee

  • sqlserver-se

  • sqlserver-ex

  • sqlserver-web

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.


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