AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
This method will signal to the CloudFormation the status of a wait condition.

Namespace: Amazon.CloudFormation.Util
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public void SignalWaitCondition(
         String presignedURL,
         String status,
         String reason,
         String uniqueId,
         String data
)

Parameters

presignedURL
Type: System.String

The URL returned from the creation of a WaitHandle in a CloudFormation Stack

status
Type: System.String

SUCCESS or FAILURE for the status of a stack

reason
Type: System.String

The reason for the status

uniqueId
Type: System.String

A unique identifier for the signal. Using Guid.NewGuid().ToString()can be used for this.

data
Type: System.String

Data to be passed back for later use in the template.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5