Skip to main content

view_tags

Expands all tag keys and values for views in a region

Overview

Nameview_tags
TypeResource
DescriptionResource Type definition for AWS::Connect::View
Idaws.connect.view_tags

Fields

NameDatatypeDescription
instance_arnstringThe Amazon Resource Name (ARN) of the instance.
view_arnstringThe Amazon Resource Name (ARN) of the view.
view_idstringThe view id of the view.
namestringThe name of the view.
descriptionstringThe description of the view.
templateobjectThe template of the view as JSON.
actionsarrayThe actions of the view in an array.
view_content_sha256stringThe view content hash.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all views in a region.

SELECT
region,
instance_arn,
view_arn,
view_id,
name,
description,
template,
actions,
view_content_sha256,
tag_key,
tag_value
FROM aws.connect.view_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the view_tags resource, see views