AWS Fundamentals Logo
AWS Fundamentals
AWS::ResourceExplorer2::View

ResourceExplorer2 View

Definition of AWS::ResourceExplorer2::View Resource Type

Properties

5 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ViewName
string
RequiredCreate-only
Filters
SearchFilter
IncludedProperties
Array<IncludedProperty>
Scope
string
Create-only
Tags
TagMap

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ViewArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ResourceExplorer2::View

Resources:
  MyResource:
    Type: AWS::ResourceExplorer2::View
    Properties:
      ViewName: "my-viewname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

resource-explorer-2:CreateViewresource-explorer-2:TagResource

read

resource-explorer-2:GetView

update

resource-explorer-2:UpdateViewresource-explorer-2:TagResourceresource-explorer-2:UntagResourceresource-explorer-2:ListTagsForResource

delete

resource-explorer-2:DeleteViewresource-explorer-2:GetViewresource-explorer-2:UntagResource

list

resource-explorer-2:ListViews

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceResourceExplorer2
Properties6
Required1
TaggingSupported
Primary IDViewArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ScopeViewName

External Links