aws.route53.list_traffic_policies
Example SQL Queries
SELECT * FROMaws.route53.list_traffic_policies;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 ListTrafficPolicies, see DeleteTrafficPolicy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_items Input Column The value that you specified for the MaxItems parameter in the ListTrafficPolicies request that produced the current response. | VARCHAR |
| traffic_policy_id_marker Input Column If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| is_truncated A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of traffic policies by submitting another ListTrafficPolicies request and specifying the value of TrafficPolicyIdMarker in the TrafficPolicyIdMarker request parameter. | BOOLEAN |
| traffic_policy_summaries A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current Amazon Web Services account. | STRUCT( |
Show child fields
| |