interface CfnDefaultViewAssociationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ResourceExplorer2.Mixins.CfnDefaultViewAssociationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsresourceexplorer2/mixins#CfnDefaultViewAssociationMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.resourceexplorer2.mixins.CfnDefaultViewAssociationMixinProps |
Python | aws_cdk.mixins_preview.aws_resourceexplorer2.mixins.CfnDefaultViewAssociationMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_resourceexplorer2 » mixins » CfnDefaultViewAssociationMixinProps |
Properties for CfnDefaultViewAssociationPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as resourceexplorer2_mixins } from '@aws-cdk/mixins-preview/aws-resourceexplorer2';
const cfnDefaultViewAssociationMixinProps: resourceexplorer2_mixins.CfnDefaultViewAssociationMixinProps = {
viewArn: 'viewArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| view | string | The 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
(optional)
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.

.NET
Go
Java
Python
TypeScript