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

TransformationTool

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

Information of the transformation tool that can be used to migrate and modernize the application.

interface TransformationTool {
description?: string | null;
name?: TransformationToolName | null;
tranformationToolInstallationLink?: string | null;
}

§Properties

§
description?: string | null
[src]

Description of the tool.

§

Name of the tool.