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

AwsRdsDbOptionGroupMembership

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

An option group membership.

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

§Properties

§
OptionGroupName?: string | null
[src]

The name of the option group.

§
Status?: string | null
[src]

The status of the option group membership.