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

OptionConfiguration

import type { OptionConfiguration } from "https://aws-api.deno.dev/v0.3/services/rds.ts?docs=full";

A list of all available options

interface OptionConfiguration {
DBSecurityGroupMemberships?: string[] | null;
OptionName: string;
OptionSettings?: OptionSetting[] | null;
OptionVersion?: string | null;
Port?: number | null;
VpcSecurityGroupMemberships?: string[] | null;
}

§Properties

§
DBSecurityGroupMemberships?: string[] | null
[src]

A list of DBSecurityGroupMembership name strings used for this option.

§
OptionName: string
[src]

The configuration of options to include in a group.

§
OptionSettings?: OptionSetting[] | null
[src]

The option settings to include in an option group.

§
OptionVersion?: string | null
[src]

The version for the option.

§
Port?: number | null
[src]

The optional port for the option.

§
VpcSecurityGroupMemberships?: string[] | null
[src]

A list of VpcSecurityGroupMembership name strings used for this option.