Skip to main content

checker_ip_ranges

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

Overview

Namechecker_ip_ranges
TypeResource
Idaws.route53.checker_ip_ranges

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
checker_ip_rangesstringA complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_checker_ip_rangesselectregionRoute 53 does not perform authorization for this API because it retrieves information that is already available to the public. GetCheckerIpRanges still works, but we recommend that you download ip-ranges.json, which includes IP address ranges for all Amazon Web Services services. For more information, see IP Address Ranges of Amazon Route 53 Servers in the Amazon Route 53 Developer Guide.

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

Route 53 does not perform authorization for this API because it retrieves information that is already available to the public. GetCheckerIpRanges still works, but we recommend that you download ip-ranges.json, which includes IP address ranges for all Amazon Web Services services. For more information, see IP Address Ranges of Amazon Route 53 Servers in the Amazon Route 53 Developer Guide.

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