GetTrafficPolicyDocumentRulePrimary

data class GetTrafficPolicyDocumentRulePrimary(val endpointReference: String? = null, val evaluateTargetHealth: Boolean? = null, val healthCheck: String? = null, val ruleReference: String? = null) : ConvertibleToJava<GetTrafficPolicyDocumentRulePrimary>

Constructors

Link copied to clipboard
constructor(endpointReference: String? = null, evaluateTargetHealth: Boolean? = null, healthCheck: String? = null, ruleReference: String? = null)

Properties

Link copied to clipboard

References to an endpoint.

Link copied to clipboard

Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.

Link copied to clipboard
val healthCheck: String? = null

If you want to associate a health check with the endpoint or rule.

Link copied to clipboard
val ruleReference: String? = null

References to a rule.

Functions

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