메소드 | 설명 | |
---|---|---|
SignalWaitCondition ( string presignedURL, string status, string reason, string uniqueId, string data ) : void |
This method will signal to the CloudFormation the status of a wait condition.
|
public static SignalWaitCondition ( string presignedURL, string status, string reason, string uniqueId, string data ) : void | ||
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 |
data | string | Data to be passed back for later use in the template. |
리턴 | void |