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

ReplicationDestination

import type { ReplicationDestination } from "https://aws-api.deno.dev/v0.4/services/ecr.ts?docs=full";

An array of objects representing the destination for a replication rule.

interface ReplicationDestination {
region: string;
registryId: string;
}

§Properties

§
region: string
[src]

The Region to replicate to.

§
registryId: string
[src]

The Amazon Web Services account ID of the Amazon ECR private registry to replicate to. When configuring cross-Region replication within your own registry, specify your own account ID.