default_view_association
Gets an individual default_view_association
resource
Overview
Name | default_view_association |
Type | Resource |
Description | default_view_association |
Id | awscc.resourceexplorer2.default_view_association |
Fields
Name | Datatype | Description |
---|---|---|
view_arn | string | |
associated_aws_principal | string | The AWS principal that the default view is associated with, used as the unique identifier for this resource. |
region | string | AWS 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