Skip to main content

view

Gets an individual view resource

Overview

Nameview
TypeResource
Descriptionview
Idawscc.connect.view

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.
tagsarrayOne or more tags.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
instance_arn,
view_arn,
view_id,
name,
description,
template,
actions,
view_content_sha256,
tags
FROM awscc.connect.view
WHERE data__Identifier = '<ViewArn>';

Permissions

To operate on the view resource, the following permissions are required:

Read

connect:DescribeView

Delete

connect:DeleteView,
connect:UntagResource

Update

connect:UpdateViewMetadata,
connect:UpdateViewContent,
connect:TagResource,
connect:UntagResource