view
Gets an individual view
resource
Overview
Name | view |
Type | Resource |
Description | view |
Id | awscc.resourceexplorer2.view |
Fields
Name | Datatype | Description |
---|---|---|
filters | object | |
included_properties | array | |
scope | string | |
tags | object | |
view_arn | string | |
view_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
filters,
included_properties,
scope,
tags,
view_arn,
view_name
FROM awscc.resourceexplorer2.view
WHERE data__Identifier = '<ViewArn>';
Permissions
To operate on the view
resource, the following permissions are required:
Read
resource-explorer-2:GetView
Update
resource-explorer-2:UpdateView,
resource-explorer-2:TagResource,
resource-explorer-2:UntagResource,
resource-explorer-2:ListTagsForResource
Delete
resource-explorer-2:DeleteView,
resource-explorer-2:GetView,
resource-explorer-2:UntagResource