Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateOptionGroupMessage

import type { CreateOptionGroupMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface CreateOptionGroupMessage {
EngineName: string;
MajorEngineVersion: string;
OptionGroupDescription: string;
OptionGroupName: string;
Tags?: Tag[] | null;
}

§Properties

§
EngineName: string
[src]

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: string
[src]

Specifies the major version of the engine that this option group should be associated with.

§
OptionGroupDescription: string
[src]

The description of the option group.

§
OptionGroupName: string
[src]

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

§
Tags?: Tag[] | null
[src]

Tags to assign to the option group.