mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
ROUTE53: Allow R53_ALIAS records to enable target health evaluation (#2649)
This commit is contained in:
11
documentation/functions/record/R53_EVALUATE_TARGET_HEALTH.md
Normal file
11
documentation/functions/record/R53_EVALUATE_TARGET_HEALTH.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
name: R53_EVALUATE_TARGET_HEALTH
|
||||
parameters:
|
||||
- enabled
|
||||
parameter_types:
|
||||
enabled: bool
|
||||
ts_return: RecordModifier
|
||||
provider: ROUTE53
|
||||
---
|
||||
|
||||
`R53_EVALUATE_TARGET_HEALTH` lets you enable target health evaluation for a [`R53_ALIAS()`](../domain/R53_ALIAS.md) record. Omitting `R53_EVALUATE_TARGET_HEALTH()` from `R53_ALIAS()` set the behavior to false.
|
Reference in New Issue
Block a user