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

ImageReplicationStatus

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

The status of the replication process for an image.

interface ImageReplicationStatus {
failureCode?: string | null;
region?: string | null;
registryId?: string | null;
status?: ReplicationStatus | null;
}

§Properties

§
failureCode?: string | null
[src]

The failure code for a replication that has failed.

§
region?: string | null
[src]

The destination Region for the image replication.

§
registryId?: string | null
[src]

The Amazon Web Services account ID associated with the registry to which the image belongs.

§
status?: ReplicationStatus | null
[src]

The image replication status.