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

SecurityGroupMembership

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

An individual VPC security group and its status.

interface SecurityGroupMembership {
SecurityGroupIdentifier?: string | null;
Status?: string | null;
}

§Properties

§
SecurityGroupIdentifier?: string | null
[src]

The unique ID for this security group.

§
Status?: string | null
[src]

The status of this security group.