AWS SDK Version 3 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.

Sends a signal to the specified resource with a success or failure status. You can use the SignalResource operation in conjunction with a creation policy or update policy. CloudFormation doesn't proceed with a stack creation or update until resources receive the required number of signals or the timeout period is exceeded. The SignalResource operation is useful in cases where you want to send signals from anywhere other than an Amazon EC2 instance.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to SignalResourceAsync.

Namespace: Amazon.CloudFormation
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z

Syntax

C#
public abstract SignalResourceResponse SignalResource(
         SignalResourceRequest request
)

Parameters

request
Type: Amazon.CloudFormation.Model.SignalResourceRequest

Container for the necessary parameters to execute the SignalResource service method.

Return Value


The response from the SignalResource service method, as returned by CloudFormation.

Version Information

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

See Also