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

DeleteReplicaAction

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

Represents a replica to be removed.

interface DeleteReplicaAction {
RegionName: string;
}

§Properties

§
RegionName: string
[src]

The Region of the replica to be removed.