Interface ITransitGatewayRoute
(experimental) Represents a Transit Gateway Route.
Namespace: Amazon.CDK.AWS.ec2.Alpha
Assembly: Amazon.CDK.AWS.ec2.Alpha.dll
Syntax (csharp)
public interface ITransitGatewayRoute : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface ITransitGatewayRoute Inherits IResource, IConstruct, IDependable, IEnvironmentAware
Remarks
Stability: Experimental
Synopsis
Properties
| DestinationCidrBlock | (experimental) The destination CIDR block for this route. |
| RouteTable | (experimental) The transit gateway route table this route belongs to. |
Properties
DestinationCidrBlock
(experimental) The destination CIDR block for this route.
string DestinationCidrBlock { get; }
Property Value
Remarks
Destination Cidr cannot overlap for static routes but is allowed for propagated routes. When overlapping occurs, static routes take precedence over propagated routes.
Stability: Experimental
RouteTable
(experimental) The transit gateway route table this route belongs to.
ITransitGatewayRouteTable RouteTable { get; }
Property Value
Remarks
Stability: Experimental