HealthCheckConfigPropertiesArgs

data class HealthCheckConfigPropertiesArgs(val alarmIdentifier: Output<HealthCheckAlarmIdentifierArgs>? = null, val childHealthChecks: Output<List<String>>? = null, val enableSni: Output<Boolean>? = null, val failureThreshold: Output<Int>? = null, val fullyQualifiedDomainName: Output<String>? = null, val healthThreshold: Output<Int>? = null, val insufficientDataHealthStatus: Output<HealthCheckConfigPropertiesInsufficientDataHealthStatus>? = null, val inverted: Output<Boolean>? = null, val ipAddress: Output<String>? = null, val measureLatency: Output<Boolean>? = null, val port: Output<Int>? = null, val regions: Output<List<String>>? = null, val requestInterval: Output<Int>? = null, val resourcePath: Output<String>? = null, val routingControlArn: Output<String>? = null, val searchString: Output<String>? = null, val type: Output<HealthCheckConfigPropertiesType>) : ConvertibleToJava<HealthCheckConfigPropertiesArgs>

A complex type that contains information about the health check.

Constructors

Link copied to clipboard
fun HealthCheckConfigPropertiesArgs(alarmIdentifier: Output<HealthCheckAlarmIdentifierArgs>? = null, childHealthChecks: Output<List<String>>? = null, enableSni: Output<Boolean>? = null, failureThreshold: Output<Int>? = null, fullyQualifiedDomainName: Output<String>? = null, healthThreshold: Output<Int>? = null, insufficientDataHealthStatus: Output<HealthCheckConfigPropertiesInsufficientDataHealthStatus>? = null, inverted: Output<Boolean>? = null, ipAddress: Output<String>? = null, measureLatency: Output<Boolean>? = null, port: Output<Int>? = null, regions: Output<List<String>>? = null, requestInterval: Output<Int>? = null, resourcePath: Output<String>? = null, routingControlArn: Output<String>? = null, searchString: Output<String>? = null, type: Output<HealthCheckConfigPropertiesType>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val childHealthChecks: Output<List<String>>? = null
Link copied to clipboard
val enableSni: Output<Boolean>? = null
Link copied to clipboard
val failureThreshold: Output<Int>? = null
Link copied to clipboard
val fullyQualifiedDomainName: Output<String>? = null
Link copied to clipboard
val healthThreshold: Output<Int>? = null
Link copied to clipboard
val inverted: Output<Boolean>? = null
Link copied to clipboard
val ipAddress: Output<String>? = null
Link copied to clipboard
val measureLatency: Output<Boolean>? = null
Link copied to clipboard
val port: Output<Int>? = null
Link copied to clipboard
val regions: Output<List<String>>? = null
Link copied to clipboard
val requestInterval: Output<Int>? = null
Link copied to clipboard
val resourcePath: Output<String>? = null
Link copied to clipboard
val routingControlArn: Output<String>? = null
Link copied to clipboard
val searchString: Output<String>? = null
Link copied to clipboard