AWS::ResourceExplorer2::DefaultViewAssociationDefinition of AWS::ResourceExplorer2::DefaultViewAssociation Resource Type
1 configurable property. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ViewArn | string | Required |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AssociatedAwsPrincipal | string | The AWS principal that the default view is associated with, used as the unique identifier for this resource. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
resource-explorer-2:GetDefaultViewresource-explorer-2:AssociateDefaultViewresource-explorer-2:GetDefaultViewresource-explorer-2:AssociateDefaultViewresource-explorer-2:GetDefaultViewresource-explorer-2:GetDefaultViewresource-explorer-2:DisassociateDefaultViewOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAssociatedAwsPrincipal