views_list_only
Lists views
in a region or regions, for all properties use views
Overview
Name | views_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Connect::View |
Id | aws.connect.views_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all views
in a region.
SELECT
region,
view_arn
FROM aws.connect.views_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the views_list_only
resource, see views