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.
| C# |
DescribeStackEventsResponse DescribeStackEvents( DescribeStackEventsRequest describeStackEventsRequest )
- describeStackEventsRequest (DescribeStackEventsRequest)
- Container for the necessary parameters to execute the DescribeStackEvents service method on AmazonCloudFormation.
The response from the DescribeStackEvents service method, as returned by AmazonCloudFormation.