Skip to content

Commit

Permalink
Update docs to list region/failover/weight as mutually exclusive.
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Apr 5, 2021
1 parent 851de17 commit 3f0c956
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/modules/route53.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,15 @@
have the same combination of DNS name and type, a value that
determines what portion of traffic for the current resource record set
is routed to the associated location.
- Mutually exclusive with I(region) and I(failover).
type: int
region:
description:
- Latency-based resource record sets only Among resource record sets
that have the same combination of DNS name and type, a value that
determines which region this should be associated with for the
latency-based routing
- Mutually exclusive with I(weight) and I(failover).
type: str
health_check:
description:
Expand All @@ -117,6 +119,7 @@
description:
- Failover resource record sets only. Whether this is the primary or
secondary resource record set. Allowed values are PRIMARY and SECONDARY
- Mutually exclusive with I(weight) and I(region).
type: str
choices: ['SECONDARY', 'PRIMARY']
vpc_id:
Expand Down

0 comments on commit 3f0c956

Please sign in to comment.