AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
GET
request
to the /Route 53 API version/trafficpolicy
resource.
Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot
of traffic policies, you can use the maxitems
parameter to list them
in groups of up to 100.
The response includes three values that help you navigate from one group of maxitems
traffic policies to the next:
If the value of IsTruncated
in the response is true
, there
are more traffic policies associated with the current AWS account.
If IsTruncated
is false
, this response includes the last
traffic policy that is associated with the current account.
If IsTruncated
is true
, TrafficPolicyIdMarker
is the ID of the first traffic policy in the next group of MaxItems
traffic
policies. If you want to list more traffic policies, make another call to ListTrafficPolicies
,
and specify the value of the TrafficPolicyIdMarker
element from the response
in the TrafficPolicyIdMarker
request parameter.
If IsTruncated
is false
, the TrafficPolicyIdMarker
element is omitted from the response.
The value that you specified for the MaxItems
parameter in the request
that produced the current response.
Namespace: Amazon.Route53.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class ListTrafficPoliciesRequest : AmazonRoute53Request IRequestEvents
The ListTrafficPoliciesRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListTrafficPoliciesRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
MaxItems | System.String |
Gets and sets the property MaxItems.
The maximum number of traffic policies to be included in the response body for this
request. If you have more than |
![]() |
TrafficPolicyIdMarker | System.String |
Gets and sets the property TrafficPolicyIdMarker.
For your first request to
If you have more traffic policies than the value of Policies are listed in the order in which they were created. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8