Skip to main content

sites_list_only

Lists sites in a region or regions, for all properties use sites

Overview

Namesites_list_only
TypeResource
DescriptionThe AWS::NetworkManager::Site type describes a site.
Idaws.networkmanager.sites_list_only

Fields

NameDatatypeDescription
site_arnstringThe Amazon Resource Name (ARN) of the site.
site_idstringThe ID of the site.
descriptionstringThe description of the site.
tagsarrayThe tags for the site.
global_network_idstringThe ID of the global network.
locationobjectThe location of the site.
created_atstringThe date and time that the device was created.
statestringThe state of the site.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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