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

AwsRdsDbClusterOptionGroupMembership

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

Information about an option group membership for a DB cluster.

interface AwsRdsDbClusterOptionGroupMembership {
DbClusterOptionGroupName?: string | null;
Status?: string | null;
}

§Properties

§
DbClusterOptionGroupName?: string | null
[src]

The name of the DB cluster option group.

§
Status?: string | null
[src]

The status of the DB cluster option group.