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
Remarks
Stability: Experimental
RouterType
(experimental) The type of router used in the route.
RouterType RouterType { get; }
Property Value
Remarks
Stability: Experimental