Skip to main content

project_tags

Expands all tag keys and values for projects in a region

Overview

Nameproject_tags
TypeResource
DescriptionResource schema for AWS::IoTSiteWise::Project
Idaws.iotsitewise.project_tags

Fields

NameDatatypeDescription
portal_idstringThe ID of the portal in which to create the project.
project_idstringThe ID of the project.
project_namestringA friendly name for the project.
project_descriptionstringA description for the project.
project_arnstringThe ARN of the project.
asset_idsarrayThe IDs of the assets to be associated to the project.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all projects in a region.

SELECT
region,
portal_id,
project_id,
project_name,
project_description,
project_arn,
asset_ids,
tag_key,
tag_value
FROM aws.iotsitewise.project_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the project_tags resource, see projects