Skip to main content

site_tags

Expands all tag keys and values for sites in a region

Overview

Namesite_tags
TypeResource
DescriptionThe AWS::NetworkManager::Site type describes a site.
Idaws.networkmanager.site_tags

Fields

NameDatatypeDescription
site_arnstringThe Amazon Resource Name (ARN) of the site.
site_idstringThe ID of the site.
descriptionstringThe description of 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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all sites in a region.

SELECT
region,
site_arn,
site_id,
description,
global_network_id,
location,
created_at,
state,
tag_key,
tag_value
FROM aws.networkmanager.site_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the site_tags resource, see sites