view
Gets an individual view
resource
Overview
Name | view |
Type | Resource |
Description | view |
Id | awscc.connect.view |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The Amazon Resource Name (ARN) of the instance. |
view_arn | string | The Amazon Resource Name (ARN) of the view. |
view_id | string | The view id of the view. |
name | string | The name of the view. |
description | string | The description of the view. |
template | object | The template of the view as JSON. |
actions | array | The actions of the view in an array. |
view_content_sha256 | string | The view content hash. |
tags | array | One or more tags. |
region | string | AWS 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