views
Retrieves a list of views
in a region
Overview
Name | views |
Type | Resource |
Description | views |
Id | awscc.resourceexplorer2.views |
Fields
Name | Datatype | Description |
---|---|---|
view_arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
view_arn
FROM awscc.resourceexplorer2.views
WHERE region = 'us-east-1'
Permissions
To operate on the views
resource, the following permissions are required:
Create
resource-explorer-2:CreateView,
resource-explorer-2:TagResource
List
resource-explorer-2:ListViews