Show / Hide Table of Contents

Interface IGatewayRoute

Interface for which all GatewayRoute based classes MUST implement.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
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

string

Remarks

Attribute: true

GatewayRouteName

The name of the GatewayRoute.

string GatewayRouteName { get; }
Property Value

string

Remarks

Attribute: true

VirtualGateway

The VirtualGateway the GatewayRoute belongs to.

IVirtualGateway VirtualGateway { get; }
Property Value

IVirtualGateway

Back to top Generated by DocFX