Interface IVirtualRouterReference
A reference to a VirtualRouter resource.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVirtualRouterReference
Syntax (vb)
Public Interface IVirtualRouterReference
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.AWS.AppMesh;
var virtualRouterReference = new VirtualRouterReference {
VirtualRouterArn = "virtualRouterArn",
VirtualRouterId = "virtualRouterId"
};
Synopsis
Properties
| VirtualRouterArn | The ARN of the VirtualRouter resource. |
| VirtualRouterId | The Id of the VirtualRouter resource. |
Properties
VirtualRouterArn
The ARN of the VirtualRouter resource.
string VirtualRouterArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
VirtualRouterId
The Id of the VirtualRouter resource.
string VirtualRouterId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated