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