interface CfnDefaultViewAssociationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ResourceExplorer2.CfnDefaultViewAssociationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsresourceexplorer2#CfnDefaultViewAssociationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.resourceexplorer2.CfnDefaultViewAssociationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_resourceexplorer2.CfnDefaultViewAssociationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_resourceexplorer2 » 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 { aws_resourceexplorer2 as resourceexplorer2 } from '@aws-cdk/cfn-property-mixins';
const cfnDefaultViewAssociationMixinProps: resourceexplorer2.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