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

Target

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

The target parameter specifies the identifier to which the home region is applied, which is always an ACCOUNT. It applies the home region to the current ACCOUNT.

interface Target {
Id?: string | null;
Type: TargetType;
}

§Properties

§
Id?: string | null
[src]

The TargetID is a 12-character identifier of the ACCOUNT for which the control was created. (This must be the current account.)

§

The target type is always an ACCOUNT.