aws.route53.list_traffic_policy_versions
Example SQL Queries
SELECT * FROMaws.route53.list_traffic_policy_versionsWHERE"id" = 'VALUE';Description
Gets information about all of the versions for a specified traffic policy.
Traffic policy versions are listed in numerical order by VersionNumber.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column Specify the value of Id of the traffic policy for which you want to list all versions. | VARCHAR |
| max_items Input Column The value that you specified for the maxitems parameter in the ListTrafficPolicyVersions request that produced the current response. | VARCHAR |
| traffic_policy_version_marker Input Column If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy that Amazon Route 53 will return if you submit another request. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter. This element is present only if IsTruncated is true. | 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 ListTrafficPolicyVersions request and specifying the value of NextMarker in the marker parameter. | BOOLEAN |
| traffic_policies A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy. | STRUCT( |
Show child fields
| |