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",
VirtualGatewayId = "virtualGatewayId"
};
Synopsis
Properties
| VirtualGatewayArn | The ARN of the VirtualGateway resource. |
| VirtualGatewayId | The Id of the VirtualGateway resource. |
Properties
VirtualGatewayArn
The ARN of the VirtualGateway resource.
string VirtualGatewayArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
VirtualGatewayId
The Id of the VirtualGateway resource.
string VirtualGatewayId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated