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

CreatedArtifact

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

An ARN of the AWS cloud resource target receiving the migration (e.g., AMI, EC2 instance, RDS instance, etc.).

interface CreatedArtifact {
Description?: string | null;
Name: string;
}

§Properties

§
Description?: string | null
[src]

A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.

§
Name: string
[src]

An ARN that uniquely identifies the result of a migration task.