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.
Container for the parameters to the DescribeEvents operation. 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:
Progress events - Status updates during stack operation execution.
Validation errors - Failures from CloudFormation Early Validations.
Provisioning errors - Resource creation and update failures.
Hook invocation errors - Failures from CloudFormation Hook during stack operations.
One of ChangeSetName, OperationId or StackName must be specified
as input.
Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z
public class DescribeEventsRequest : AmazonCloudFormationRequest IAmazonWebServiceRequest
The DescribeEventsRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
DescribeEventsRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
ChangeSetName | System.String |
Gets and sets the property ChangeSetName. The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events. |
|
Filters | Amazon.CloudFormation.Model.EventFilter |
Gets and sets the property Filters. Filters to apply when retrieving events. |
|
NextToken | System.String |
Gets and sets the property NextToken. The token for the next set of items to return. (You received this token from a previous call.) |
|
OperationId | System.String |
Gets and sets the property OperationId. The unique identifier of the operation for which you want to retrieve events. |
|
StackName | System.String |
Gets and sets the property StackName. The name or unique stack ID for which you want to retrieve events. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5