AWS SDK for .NET Documentation
DescribeStackEvents Method (describeStackEventsRequest)
AmazonAmazon.CloudFormationAmazonCloudFormationDescribeStackEvents(DescribeStackEventsRequest) Did this page help you?   Yes   No    Tell us about it...

Returns all the stack related events for the AWS account. If StackName is specified, returns events related to all the stacks with the given name. If StackName is not specified, returns all the events for the account. For more information about a stack's event history, go to the AWS CloudFormation User Guide.

NOTE:Events are returned, even if the stack never existed or has been successfully deleted.

Declaration Syntax
C#
DescribeStackEventsResponse DescribeStackEvents(
	DescribeStackEventsRequest describeStackEventsRequest
)
Parameters
describeStackEventsRequest (DescribeStackEventsRequest)
Container for the necessary parameters to execute the DescribeStackEvents service method on AmazonCloudFormation.
Return Value
The response from the DescribeStackEvents service method, as returned by AmazonCloudFormation.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.24.0 (1.5.24.0)