EndpointPrimaryArgs

data class EndpointPrimaryArgs(val healthCheck: Output<String>) : ConvertibleToJava<EndpointPrimaryArgs>

Constructors

Link copied to clipboard
constructor(healthCheck: Output<String>)

Properties

Link copied to clipboard
val healthCheck: Output<String>

The ARN of the health check used by the endpoint to determine whether failover is triggered.

Functions

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