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

ModifyReplicationSubnetGroupMessage

import type { ModifyReplicationSubnetGroupMessage } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface ModifyReplicationSubnetGroupMessage {
ReplicationSubnetGroupDescription?: string | null;
ReplicationSubnetGroupIdentifier: string;
SubnetIds: string[];
}

§Properties

§
ReplicationSubnetGroupDescription?: string | null
[src]

A description for the replication instance subnet group.

§
ReplicationSubnetGroupIdentifier: string
[src]

The name of the replication instance subnet group.

§
SubnetIds: string[]
[src]

A list of subnet IDs.