aws.controltower.get_landing_zone
Example SQL Queries
SELECT * FROMaws.controltower.get_landing_zoneWHERE"landing_zone_identifier" = 'VALUE';Description
Returns details about the landing zone. Displays a message in case of error.
Table Definition
| Column Name | Column Data Type |
|---|---|
| landing_zone_identifier Required Input Column The unique identifier of the landing zone. | VARCHAR |
| _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 |
| landing_zone Information about the landing zone. | STRUCT( |
Show child fields
| |