Skip to main content

default_view_association

Gets an individual default_view_association resource

Overview

Namedefault_view_association
TypeResource
Descriptiondefault_view_association
Idawscc.resourceexplorer2.default_view_association

Fields

NameDatatypeDescription
view_arnstring
associated_aws_principalstringThe AWS principal that the default view is associated with, used as the unique identifier for this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
view_arn,
associated_aws_principal
FROM awscc.resourceexplorer2.default_view_association
WHERE data__Identifier = '<AssociatedAwsPrincipal>';

Permissions

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

Update

resource-explorer-2:GetDefaultView,
resource-explorer-2:AssociateDefaultView

Read

resource-explorer-2:GetDefaultView

Delete

resource-explorer-2:GetDefaultView,
resource-explorer-2:DisassociateDefaultView