project_tags
Expands all tag keys and values for projects
in a region
Overview
Name | project_tags |
Type | Resource |
Description | Resource schema for AWS::IoTSiteWise::Project |
Id | aws.iotsitewise.project_tags |
Fields
Name | Datatype | Description |
---|---|---|
portal_id | string | The ID of the portal in which to create the project. |
project_id | string | The ID of the project. |
project_name | string | A friendly name for the project. |
project_description | string | A description for the project. |
project_arn | string | The ARN of the project. |
asset_ids | array | The IDs of the assets to be associated to the project. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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