interface IMeshRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AppMesh.IMeshRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#IMeshRef |
Java | software.amazon.awscdk.services.appmesh.IMeshRef |
Python | aws_cdk.aws_appmesh.IMeshRef |
TypeScript | aws-cdk-lib » aws_appmesh » IMeshRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a Mesh.
Properties
| Name | Type | Description |
|---|---|---|
| mesh | Mesh | A reference to a Mesh resource. |
| node | Node | The tree node. |
meshRef
Type:
Mesh
A reference to a Mesh resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript