Skip to main content

view

Gets an individual view resource

Overview

Nameview
TypeResource
Descriptionview
Idawscc.resourceexplorer2.view

Fields

NameDatatypeDescription
filtersobject
included_propertiesarray
scopestring
tagsobject
view_arnstring
view_namestring
regionstringAWS 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