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

OptionGroupMembership

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

Provides information on the option groups the DB instance is a member of.

interface OptionGroupMembership {
OptionGroupName?: string | null;
Status?: string | null;
}

§Properties

§
OptionGroupName?: string | null
[src]

The name of the option group that the instance belongs to.

§
Status?: string | null
[src]

The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.