Skip to content

Commit

Permalink
Update return block for route53_health_check (ansible-collections#2137)
Browse files Browse the repository at this point in the history
SUMMARY


Refer https://issues.redhat.com/browse/ACA-1477
This PR updates the return block in the route53_health_check module documentation.
ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Bikouo Aubin
Reviewed-by: Mike Graves <mgraves@redhat.com>
  • Loading branch information
GomathiselviS authored Jun 19, 2024
1 parent 2643289 commit f087af3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
trivial:
- Update return block in the module documentation for route53_health_check
16 changes: 16 additions & 0 deletions plugins/modules/route53_health_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f087af3

Please sign in to comment.