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

VpcSecurityGroupMembership

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

Describes the members of a VPC security group.

interface VpcSecurityGroupMembership {
status?: string | null;
vpcSecurityGroupId?: string | null;
}

§Properties

§
status?: string | null
[src]

The status of the VPC security group.

§
vpcSecurityGroupId?: string | null
[src]

The unique identifier of the VPC security group.