views_list_only
Lists views
in a region or regions, for all properties use views
Overview
Name | views_list_only |
Type | Resource |
Description | Definition of AWS::ResourceExplorer2::View Resource Type |
Id | aws.resourceexplorer2.views_list_only |
Fields
Name | Datatype | Description |
---|---|---|
filters | object | |
included_properties | array | |
scope | string | |
tags | object | |
view_arn | string | |
view_name | string | |
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.resourceexplorer2.views_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the views_list_only
resource, see views