aws.route53.get_traffic_policy
Example SQL Queries
SELECT * FROMaws.route53.get_traffic_policyWHERE"id" = 'VALUE'AND "version" = 'VALUE';Description
Gets information about a specific traffic policy version.
For information about how of deleting a traffic policy affects the response from GetTrafficPolicy, see DeleteTrafficPolicy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the traffic policy that you want to get information about. | VARCHAR |
| version Required Input Column The version number of the traffic policy that you want to get information about. | BIGINT |
| _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
| |
| traffic_policy A complex type that contains settings for the specified traffic policy. | STRUCT( |
Show child fields
| |