Show / Hide Table of Contents

Interface IRouteTarget

(experimental) Interface to define a routing target, such as an egress-only internet gateway or VPC endpoint.

Namespace: Amazon.CDK.AWS.ec2.Alpha
Assembly: Amazon.CDK.AWS.ec2.Alpha.dll
Syntax (csharp)
public interface IRouteTarget : IDependable
Syntax (vb)
Public Interface IRouteTarget Inherits IDependable
Remarks

Stability: Experimental

Synopsis

Properties

RouterTargetId

(experimental) The ID of the route target.

RouterType

(experimental) The type of router used in the route.

Properties

RouterTargetId

(experimental) The ID of the route target.

string RouterTargetId { get; }
Property Value

string

Remarks

Stability: Experimental

RouterType

(experimental) The type of router used in the route.

RouterType RouterType { get; }
Property Value

RouterType

Remarks

Stability: Experimental

Back to top Generated by DocFX