Interface IRoute
Interface for which all Route based classes MUST implement.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRoute : IResource
Syntax (vb)
Public Interface IRoute
Inherits IResource, IConstruct, IDependable
Synopsis
Properties
RouteArn | The Amazon Resource Name (ARN) for the route. |
RouteName | The name of the route. |
VirtualRouter | The VirtualRouter the Route belongs to. |
Properties
RouteArn
The Amazon Resource Name (ARN) for the route.
string RouteArn { get; }
Property Value
System.String
Remarks
Attribute: true
RouteName
The name of the route.
string RouteName { get; }
Property Value
System.String
Remarks
Attribute: true
VirtualRouter
The VirtualRouter the Route belongs to.
IVirtualRouter VirtualRouter { get; }
Property Value