aws.lightsail.get_regions
Example SQL Queries
SELECT * FROMaws.lightsail.get_regions;Description
Returns a list of all valid regions for Amazon Lightsail. Use the include availability zones parameter to also return the Availability Zones in a region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| include_availability_zones Input Column A Boolean value indicating whether to also include Availability Zones in your get regions request. Availability Zones are indicated with a letter: us-east-2a. | BOOLEAN |
| include_relational_database_availability_zones Input Column A Boolean value indicating whether to also include Availability Zones for databases in your get regions request. Availability Zones are indicated with a letter (us-east-2a). | BOOLEAN |
| _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 |
| regions An array of key-value pairs containing information about your get regions request. | STRUCT( |
Show child fields
| |