sites_list_only
Lists sites in a region or regions, for all properties use sites
Overview
| Name | sites_list_only |
| Type | Resource |
| Description | The AWS::NetworkManager::Site type describes a site. |
| Id | aws.networkmanager.sites_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
site_id | string | The ID of the site. |
global_network_id | string | The ID of the global network. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all sites in a region.
SELECT
region,
global_network_id,
site_id
FROM aws.networkmanager.sites_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the sites_list_only resource, see sites