site
Gets an individual site
resource
Overview
Name | site |
Type | Resource |
Description | site |
Id | awscc.networkmanager.site |
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
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