describeEvents
Returns list of event descriptions matching criteria up to the last 6 weeks.
This action returns the most recent 1,000 events from the specified NextToken
.
Samples
fun main() {
//sampleStart
// The following operation retrieves events for an environment named my env
val resp = elasticBeanstalkClient.describeEvents {
environmentName = "my-env"
}
//sampleEnd
}