List Traffic Policies
route53_list_traffic_policies | R Documentation |
Gets information about the latest version for every traffic policy that is associated with the current Amazon Web Services account¶
Description¶
Gets information about the latest version for every traffic policy that is associated with the current Amazon Web Services account. Policies are listed in the order that they were created in.
For information about how of deleting a traffic policy affects the
response from list_traffic_policies
, see delete_traffic_policy
.
Usage¶
route53_list_traffic_policies(TrafficPolicyIdMarker, MaxItems)
Arguments¶
TrafficPolicyIdMarker |
(Conditional) For your first request to
If you have more traffic policies than the value of
|
MaxItems |
(Optional) The maximum number of traffic policies that you want
Amazon Route 53 to return in response to this request. If you have more
than |
Value¶
A list with the following syntax:
list(
TrafficPolicySummaries = list(
list(
Id = "string",
Name = "string",
Type = "SOA"|"A"|"TXT"|"NS"|"CNAME"|"MX"|"NAPTR"|"PTR"|"SRV"|"SPF"|"AAAA"|"CAA"|"DS"|"TLSA"|"SSHFP"|"SVCB"|"HTTPS",
LatestVersion = 123,
TrafficPolicyCount = 123
)
),
IsTruncated = TRUE|FALSE,
TrafficPolicyIdMarker = "string",
MaxItems = "string"
)
Request syntax¶
svc$list_traffic_policies(
TrafficPolicyIdMarker = "string",
MaxItems = "string"
)