Skip to main content

sites

Retrieves a list of sites in a region

Overview

Namesites
TypeResource
Descriptionsites
Idawscc.networkmanager.sites

Fields

NameDatatypeDescription
global_network_idstringThe ID of the global network.
site_idstringThe ID of the site.
regionstringAWS 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