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

.NET
Go
Java
Python
TypeScript