landing_zones_list_only
Lists landing_zones
in a region or regions, for all properties use landing_zones
Overview
Name | landing_zones_list_only |
Type | Resource |
Description | Definition of AWS::ControlTower::LandingZone Resource Type |
Id | aws.controltower.landing_zones_list_only |
Fields
Name | Datatype | Description |
---|---|---|
landing_zone_identifier | string | |
arn | string | |
status | string | |
latest_available_version | string | |
drift_status | string | |
manifest |
| |
version | string | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all landing_zones
in a region.
SELECT
region,
landing_zone_identifier
FROM aws.controltower.landing_zones_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the landing_zones_list_only
resource, see landing_zones