HealthCheckAlarmIdentifierArgs

data class HealthCheckAlarmIdentifierArgs(val name: Output<String>, val region: Output<String>) : ConvertibleToJava<HealthCheckAlarmIdentifierArgs>

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether the specified health check is healthy.

Constructors

Link copied to clipboard
constructor(name: Output<String>, region: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

Link copied to clipboard
val region: Output<String>

For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.

Functions

Link copied to clipboard
open override fun toJava(): HealthCheckAlarmIdentifierArgs