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.deno.dev/v0.3/services/servicecatalog.ts?docs=full";

Information about a change to a resource attribute.

interface ResourceTargetDefinition {
Attribute?: ResourceAttribute | null;
Name?: string | null;
RequiresRecreation?: RequiresRecreation | null;
}

§Properties

§
Attribute?: ResourceAttribute | null
[src]

The attribute to be changed.

§
Name?: string | null
[src]

If the attribute is Properties, the value is the name of the property. Otherwise, the value is null.

§
RequiresRecreation?: RequiresRecreation | null
[src]

If the attribute is Properties, indicates whether a change to this property causes the resource to be re-created.