Interface IVirtualRouterAttributes
Interface with properties ncecessary to import a reusable VirtualRouter.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVirtualRouterAttributes
Syntax (vb)
Public Interface IVirtualRouterAttributes
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;
Mesh mesh;
var virtualRouterAttributes = new VirtualRouterAttributes {
Mesh = mesh,
VirtualRouterName = "virtualRouterName"
};
Synopsis
Properties
Mesh | The Mesh which the VirtualRouter belongs to. |
VirtualRouterName | The name of the VirtualRouter. |
Properties
Mesh
VirtualRouterName
The name of the VirtualRouter.
string VirtualRouterName { get; }
Property Value
System.String