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

ChangeSetHookTargetDetails

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

Specifies target details for an activated hook.

interface ChangeSetHookTargetDetails {
ResourceTargetDetails?: ChangeSetHookResourceTargetDetails | null;
TargetType?: HookTargetType | null;
}

§Properties

§
ResourceTargetDetails?: ChangeSetHookResourceTargetDetails | null
[src]

Required if TargetType is RESOURCE.

§
TargetType?: HookTargetType | null
[src]

The name of the type.