Skip to main content

views_list_only

Lists views in a region or regions, for all properties use views

Overview

Nameviews_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::View
Idaws.connect.views_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

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