stackEvents

@JvmName(name = "describeStackEventsResponseStackEvent")
fun Flow<DescribeStackEventsResponse>.stackEvents(): Flow<StackEvent>

This paginator transforms the flow returned by describeStackEventsPaginated to access the nested member StackEvent

Return

A kotlinx.coroutines.flow.Flow that can collect StackEvent