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 |
---|---|---|
view_arn | string | The Amazon Resource Name (ARN) of the view. |
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