HealthCheckArgs

data class HealthCheckArgs(val healthCheckConfig: Output<HealthCheckConfigPropertiesArgs>? = null, val healthCheckTags: Output<List<HealthCheckTagArgs>>? = null) : ConvertibleToJava<HealthCheckArgs>

Resource schema for AWS::Route53::HealthCheck.

Constructors

Link copied to clipboard
constructor(healthCheckConfig: Output<HealthCheckConfigPropertiesArgs>? = null, healthCheckTags: Output<List<HealthCheckTagArgs>>? = null)

Properties

Link copied to clipboard

A complex type that contains information about the health check.

Link copied to clipboard

An array of key-value pairs to apply to this resource.

Functions

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