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.3/services/dms.ts?docs=full";

Describes the status of a security group associated with the virtual private cloud (VPC) hosting your replication and DB instances.

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 VPC security group ID.