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

TargetResourceType

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

Describes a resource type.

interface TargetResourceType {
description?: string | null;
parameters?: {
[key: string]: TargetResourceTypeParameter | null | undefined;
}
| null;
resourceType?: string | null;
}

§Properties

§
description?: string | null
[src]

A description of the resource type.

§
parameters?: {
[key: string]: TargetResourceTypeParameter | null | undefined;
}
| null
[src]

The parameters for the resource type.

§
resourceType?: string | null
[src]

The resource type.