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

OptionGroup

import type { OptionGroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface OptionGroup {
AllowsVpcAndNonVpcInstanceMemberships?: boolean | null;
EngineName?: string | null;
MajorEngineVersion?: string | null;
OptionGroupArn?: string | null;
OptionGroupDescription?: string | null;
OptionGroupName?: string | null;
Options: Option[];
VpcId?: string | null;
}

§Properties

§
AllowsVpcAndNonVpcInstanceMemberships?: boolean | null
[src]
§
EngineName?: string | null
[src]
§
MajorEngineVersion?: string | null
[src]
§
OptionGroupArn?: string | null
[src]
§
OptionGroupDescription?: string | null
[src]
§
OptionGroupName?: string | null
[src]
§
Options: Option[]
[src]
§
VpcId?: string | null
[src]