diff --git a/changelogs/fragments/update_return_block_route53_health_check.yml b/changelogs/fragments/update_return_block_route53_health_check.yml new file mode 100644 index 00000000000..07ae0829602 --- /dev/null +++ b/changelogs/fragments/update_return_block_route53_health_check.yml @@ -0,0 +1,3 @@ +--- +trivial: + - Update return block in the module documentation for route53_health_check diff --git a/plugins/modules/route53_health_check.py b/plugins/modules/route53_health_check.py index b2924145d24..e1d292eb9cb 100644 --- a/plugins/modules/route53_health_check.py +++ b/plugins/modules/route53_health_check.py @@ -284,6 +284,22 @@ type: bool returned: When the health check exists. sample: false + enable_sni: + description: This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate. + type: bool + returned: When the health check exists. + sample: false + inverted: + description: Specify whether you want Amazon Route 53 to invert the status of a health check. + type: bool + returned: When the health check exists. + sample: false + measure_latency: + description: + - To enable/disable latency graphs to monitor the latency between health checkers in multiple Amazon Web Services regions and your endpoint. + type: bool + returned: When the health check exists. + sample: false tags: description: A dictionary representing the tags on the health check. type: dict