sites
Retrieves a list of sites
in a region
Overview
Name | sites |
Type | Resource |
Description | sites |
Id | awscc.networkmanager.sites |
Fields
Name | Datatype | Description |
---|---|---|
global_network_id | string | The ID of the global network. |
site_id | string | The ID of the site. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
global_network_id,
site_id
FROM awscc.networkmanager.sites
WHERE region = 'us-east-1'
Permissions
To operate on the sites
resource, the following permissions are required:
Create
networkmanager:CreateSite,
networkmanager:GetSites,
networkmanager:TagResource
List
networkmanager:GetSites