aws.controltower.list_landing_zone_operations
Example SQL Queries
SELECT * FROMaws.controltower.list_landing_zone_operations;Description
Lists all landing zone operations from the past 90 days. Results are sorted by time, with the most recent operation first.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filter Input Column An input filter for the ListLandingZoneOperations API that lets you select the types of landing zone operations to view. | STRUCT( |
Show child fields
| |
| _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 |
| operation_identifier The operationIdentifier of the landing zone operation. | VARCHAR |
| operation_type The type of the landing zone operation. | VARCHAR |
| status The status of the landing zone operation. | VARCHAR |