describeStackEvents
inline suspend fun CloudFormationClient.describeStackEvents(crossinline block: DescribeStackEventsRequest.Builder.() -> Unit): DescribeStackEventsResponse
Returns all stack related events for a specified stack in reverse chronological order. For more information about a stack's event history, go to Stacks in the CloudFormation User Guide.
You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID).