AWS::ResourceExplorer2::DefaultViewAssociationSets the specified view as the default for the AWS Region in which you call this operation. If a user makes a search query that doesn't explicitly specify the view to use, Resource Explorer chooses this default view automatically for searches performed in this AWS Region .
import { CfnDefaultViewAssociation } from 'aws-cdk-lib/aws-resourceexplorer2';Or use the module namespace:
import * as resourceexplorer2 from 'aws-cdk-lib/aws-resourceexplorer2';
// resourceexplorer2.CfnDefaultViewAssociationConfiguration passed to the constructor as CfnDefaultViewAssociationProps.
viewArnRequiredstringThe ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation. The specified view must already exist in the specified Region.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-resourceexplorer2AWS::ResourceExplorer2::DefaultViewAssociation