listRoute53HealthChecksInRegion

List the Amazon Route 53 health checks in a specific Amazon Web Services Region.

Samples


fun main() { 
   //sampleStart 
   // Example ListRoute53HealthChecksInRegion
val resp = arcRegionSwitchClient.listRoute53HealthChecksInRegion {
    arn = "arn:aws:arc-region-switch::123456789012:plan/example:000000"
    hostedZoneId = "Z0123456789ABCDEFGHI"
    recordName = "my.record.name"
    maxResults = 10
    nextToken = "eyJNYXJrZXIiOiBudWxsLCAiYm90b190cnVuY2F0ZV9hbW91bnQiOiAxfQ"
} 
   //sampleEnd
}