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

CreateReplicationSubnetGroupMessage

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

§Properties

§
ReplicationSubnetGroupDescription: string
[src]

The description for the subnet group.

§
ReplicationSubnetGroupIdentifier: string
[src]

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be "default".

Example: mySubnetgroup

§
SubnetIds: string[]
[src]

One or more subnet IDs to be assigned to the subnet group.

§
Tags?: Tag[] | null
[src]

One or more tags to be assigned to the subnet group.