aws.globalaccelerator.list_byoip_cidrs
Example SQL Queries
SELECT * FROMaws.globalaccelerator.list_byoip_cidrs;Description
Lists the IP address ranges that were specified in calls to ProvisionByoipCidr, including the current state and a history of state changes.
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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| cidr The address range, in CIDR notation. For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide. | VARCHAR |
| events A history of status changes for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP). | STRUCT( |
Show child fields
| |
| state The state of the address pool. | VARCHAR |