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-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface CreateOptionGroupMessage {
EngineName: string;
MajorEngineVersion: string;
OptionGroupDescription: string;
OptionGroupName: string;
Tags?: Tag[] | null;
}

§Properties

§
EngineName: string
[src]
§
MajorEngineVersion: string
[src]
§
OptionGroupDescription: string
[src]
§
OptionGroupName: string
[src]
§
Tags?: Tag[] | null
[src]