interface IViewRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ResourceExplorer2.IViewRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsresourceexplorer2#IViewRef |
Java | software.amazon.awscdk.services.resourceexplorer2.IViewRef |
Python | aws_cdk.aws_resourceexplorer2.IViewRef |
TypeScript | aws-cdk-lib » aws_resourceexplorer2 » IViewRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a View.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| view | View | A reference to a View resource. |
node
Type:
Node
The tree node.
viewRef
Type:
View
A reference to a View resource.

.NET
Go
Java
Python
TypeScript