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

SignalResourceInput

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

The input for the "SignalResource" action.

interface SignalResourceInput {
LogicalResourceId: string;
StackName: string;
UniqueId: string;
}

§Properties

§
LogicalResourceId: string
[src]

The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.

§
StackName: string
[src]

The stack name or unique stack ID that includes the resource that you want to signal.

§

The status of the signal, which is either success or failure. A failure signal causes CloudFormation to immediately fail the stack creation or update.

§
UniqueId: string
[src]

A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.