Interface IVirtualGatewayReference
A reference to a VirtualGateway resource.
Namespace: Amazon.CDK.Interfaces.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVirtualGatewayReference
Syntax (vb)
Public Interface IVirtualGatewayReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.AppMesh;
var virtualGatewayReference = new VirtualGatewayReference {
VirtualGatewayArn = "virtualGatewayArn"
};
Synopsis
Properties
| VirtualGatewayArn | The Arn of the VirtualGateway resource. |
Properties
VirtualGatewayArn
The Arn of the VirtualGateway resource.
string VirtualGatewayArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated