Show / Hide Table of Contents

Interface IRoute

Represents a route.

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

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