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

ResourceTargetDefinition

import type { ResourceTargetDefinition } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudformation.ts";
interface ResourceTargetDefinition {
Attribute?: ResourceAttribute | null;
Name?: string | null;
RequiresRecreation?: RequiresRecreation | null;
}

§Properties

§
Attribute?: ResourceAttribute | null
[src]
§
Name?: string | null
[src]
§
RequiresRecreation?: RequiresRecreation | null
[src]