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

Option

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

Option details.

interface Option {
DBSecurityGroupMemberships: DBSecurityGroupMembership[];
OptionDescription?: string | null;
OptionName?: string | null;
OptionSettings: OptionSetting[];
OptionVersion?: string | null;
Permanent?: boolean | null;
Persistent?: boolean | null;
Port?: number | null;
VpcSecurityGroupMemberships: VpcSecurityGroupMembership[];
}

§Properties

§
DBSecurityGroupMemberships: DBSecurityGroupMembership[]
[src]

If the option requires access to a port, then this DB security group allows access to the port.

§
OptionDescription?: string | null
[src]

The description of the option.

§
OptionName?: string | null
[src]

The name of the option.

§
OptionSettings: OptionSetting[]
[src]

The option settings for this option.

§
OptionVersion?: string | null
[src]

The version of the option.

§
Permanent?: boolean | null
[src]

Indicate if this option is permanent.

§
Persistent?: boolean | null
[src]

Indicate if this option is persistent.

§
Port?: number | null
[src]

If required, the port configured for this option to use.

§
VpcSecurityGroupMemberships: VpcSecurityGroupMembership[]
[src]

If the option requires access to a port, then this VPC security group allows access to the port.