Skip to main content

site

Gets an individual site resource

Overview

Namesite
TypeResource
Descriptionsite
Idawscc.networkmanager.site

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
site_arn,
site_id,
description,
tags,
global_network_id,
location,
created_at,
state
FROM awscc.networkmanager.site
WHERE data__Identifier = '<GlobalNetworkId>|<SiteId>';

Permissions

To operate on the site resource, the following permissions are required:

Read

networkmanager:GetSites

Update

networkmanager:GetSites,
networkmanager:ListTagsForResource,
networkmanager:TagResource,
networkmanager:UntagResource,
networkmanager:UpdateSite

Delete

networkmanager:GetSites,
networkmanager:DeleteSite