Skip to main content

views

Retrieves a list of views in a region

Overview

Nameviews
TypeResource
Descriptionviews
Idawscc.connect.views

Fields

NameDatatypeDescription
view_arnstringThe Amazon Resource Name (ARN) of the view.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
view_arn
FROM awscc.connect.views
WHERE region = 'us-east-1'

Permissions

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

Create

connect:CreateView,
connect:TagResource

List

connect:ListViews