C# 클래스 Amazon.CloudFormation.Util.AmazonCloudFormationUtil

파일 보기 프로젝트 열기: scopely/aws-sdk-net

공개 메소드들

메소드 설명
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.

메소드 상세

SignalWaitCondition() 공개 정적인 메소드

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 Guid.NewGuid().ToString()can be used for this.
data string Data to be passed back for later use in the template.
리턴 void