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

ReplicationSubnetGroup

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

Describes a subnet group in response to a request by the DescribeReplicationSubnetGroups operation.

interface ReplicationSubnetGroup {
ReplicationSubnetGroupDescription?: string | null;
ReplicationSubnetGroupIdentifier?: string | null;
SubnetGroupStatus?: string | null;
Subnets?: Subnet[] | null;
VpcId?: string | null;
}

§Properties

§
ReplicationSubnetGroupDescription?: string | null
[src]

A description for the replication subnet group.

§
ReplicationSubnetGroupIdentifier?: string | null
[src]

The identifier of the replication instance subnet group.

§
SubnetGroupStatus?: string | null
[src]

The status of the subnet group.

§
Subnets?: Subnet[] | null
[src]

The subnets that are in the subnet group.

§
VpcId?: string | null
[src]

The ID of the VPC.