AWS Fundamentals Logo
AWS Fundamentals
AWS::ResourceExplorer2::DefaultViewAssociation

ResourceExplorer2 DefaultViewAssociation

Definition of AWS::ResourceExplorer2::DefaultViewAssociation Resource Type

Properties

1 configurable property. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ViewArn
string
Required

Return Values

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

AttributeTypeDescription
AssociatedAwsPrincipalstringThe AWS principal that the default view is associated with, used as the unique identifier for this resource.

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::DefaultViewAssociation

Resources:
  MyResource:
    Type: AWS::ResourceExplorer2::DefaultViewAssociation
    Properties:
      ViewArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

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

create

resource-explorer-2:GetDefaultViewresource-explorer-2:AssociateDefaultView

update

resource-explorer-2:GetDefaultViewresource-explorer-2:AssociateDefaultView

read

resource-explorer-2:GetDefaultView

delete

resource-explorer-2:GetDefaultViewresource-explorer-2:DisassociateDefaultView

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
Properties2
Required1
TaggingNot supported
Primary IDAssociatedAwsPrincipal

Supported Operations

CreateUpdateReadDelete

Related Resources

External Links