Skip to main content

traffic_policy_instance_counts

Creates, updates, deletes, gets or lists a traffic_policy_instance_counts resource.

Overview

Nametraffic_policy_instance_counts
TypeResource
Idaws.route53.traffic_policy_instance_counts

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
traffic_policy_instance_countintegerThe number of traffic policy instances that are associated with the current Amazon Web Services account.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_traffic_policy_instance_countselectregionGets the number of traffic policy instances that are associated with the current Amazon Web Services account.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Gets the number of traffic policy instances that are associated with the current Amazon Web Services account.

SELECT
traffic_policy_instance_count
FROM aws.route53.traffic_policy_instance_counts
WHERE region = '{{ region }}' -- required
;