aws-cdk-lib.aws_resourceexplorer2.CfnDefaultViewAssociationProps

interface CfnDefaultViewAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.ResourceExplorer2.CfnDefaultViewAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsresourceexplorer2#CfnDefaultViewAssociationProps
Javasoftware.amazon.awscdk.services.resourceexplorer2.CfnDefaultViewAssociationProps
Pythonaws_cdk.aws_resourceexplorer2.CfnDefaultViewAssociationProps
TypeScript aws-cdk-lib » aws_resourceexplorer2 » CfnDefaultViewAssociationProps

Properties for defining a CfnDefaultViewAssociation.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_resourceexplorer2 as resourceexplorer2 } from 'aws-cdk-lib';
const cfnDefaultViewAssociationProps: resourceexplorer2.CfnDefaultViewAssociationProps = {
  viewArn: 'viewArn',
};

Properties

NameTypeDescription
viewArnstringThe ARN of the view to set as the default for the AWS Region and AWS account in which you call this operation.

viewArn

Type: string

The 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.