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.

Returns CloudFormation events based on flexible query criteria. Groups events by operation ID, enabling you to focus on individual stack operations during deployment.

An operation is any action performed on a stack, including stack lifecycle actions (Create, Update, Delete, Rollback), change set creation, nested stack creation, and automatic rollbacks triggered by failures. Each operation has a unique identifier (Operation ID) and represents a discrete change attempt on the stack.

Returns different types of events including:

One of ChangeSetName, OperationId or StackName must be specified as input.

Note:

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

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

Syntax

C#
public virtual DescribeEventsResponse DescribeEvents(
         DescribeEventsRequest request
)

Parameters

request
Type: Amazon.CloudFormation.Model.DescribeEventsRequest

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

Return Value


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

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also