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, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IGatewayRoute Inherits IResource, IConstruct, IDependable, IEnvironmentAware
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
Remarks
Attribute: true
GatewayRouteName
The name of the GatewayRoute.
string GatewayRouteName { get; }
Property Value
Remarks
Attribute: true
VirtualGateway
The VirtualGateway the GatewayRoute belongs to.
IVirtualGateway VirtualGateway { get; }