Show / Hide Table of Contents

Interface IRoute

Represents a route.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRoute : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IRoute Inherits IResource, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

RouteId

Id of the Route.

Properties

RouteId

Id of the Route.

string RouteId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX