AWS SDK for .NET Documentation
SignalWaitCondition Method (presignedURL, status, reason, uniqueId, data)
AmazonAmazon.CloudFormation.UtilAmazonCloudFormationUtilSignalWaitCondition(String, String, String, String, String) Did this page help you?   Yes   No    Tell us about it...
This method will signal to the CloudFormation the status of a wait condition.
Declaration Syntax
C#
public static void SignalWaitCondition(
	string presignedURL,
	string status,
	string reason,
	string uniqueId,
	string data
)
Parameters
presignedURL (String)
The URL returned from the creation of a WaitHandle in a CloudFormation Stack
status (String)
SUCCESS or FAILURE for the status of a stack
reason (String)
The reason for the status
uniqueId (String)
A unique identifier for the signal. Using Guid.NewGuid().ToString()can be used for this.
data (String)
Data to be passed back for later use in the template.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)