aws.controltower.get_landing_zone_operation
Example SQL Queries
SELECT * FROMaws.controltower.get_landing_zone_operationWHERE"operation_identifier" = 'VALUE';Description
Returns the status of the specified landing zone operation. Details for an operation are available for 90 days.
Table Definition
| Column Name | Column Data Type |
|---|---|
| operation_identifier Required Input Column A unique identifier assigned to a landing zone operation. | 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 |
| operation_details Details about a landing zone operation. | STRUCT( |
Show child fields
| |