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_arn | string | The Amazon Resource Name (ARN) of the site. |
site_id | string | The ID of the site. |
description | string | The description of the site. |
tags | array | The tags for the site. |
global_network_id | string | The ID of the global network. |
location | object | The location of the site. |
created_at | string | The date and time that the device was created. |
state | string | The state of the site. |
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