aws.route53.get_traffic_policy_instance_count
Example SQL Queries
SELECT * FROMaws.route53.get_traffic_policy_instance_count;Description
Gets the number of traffic policy instances that are associated with the current Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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_instance_count The number of traffic policy instances that are associated with the current Amazon Web Services account. | BIGINT |