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

DBSecurityGroupMembership

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

Specifies membership in a designated DB security group.

interface DBSecurityGroupMembership {
DBSecurityGroupName?: string | null;
Status?: string | null;
}

§Properties

§
DBSecurityGroupName?: string | null
[src]

The name of the DB security group.

§
Status?: string | null
[src]

The status of the DB security group.