AWS::ResourceExplorer2::ViewDefinition of AWS::ResourceExplorer2::View Resource Type
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ViewName | string | RequiredCreate-only |
Filters | SearchFilter | |
IncludedProperties | Array<IncludedProperty> | |
Scope | string | Create-only |
Tags | TagMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ViewArn | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
resource-explorer-2:CreateViewresource-explorer-2:TagResourceresource-explorer-2:GetViewresource-explorer-2:UpdateViewresource-explorer-2:TagResourceresource-explorer-2:UntagResourceresource-explorer-2:ListTagsForResourceresource-explorer-2:DeleteViewresource-explorer-2:GetViewresource-explorer-2:UntagResourceresource-explorer-2:ListViewsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterViewArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ScopeViewName