Show / Hide Table of Contents

Interface ITransitGatewayRoute

(experimental) Represents a Transit Gateway Route.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
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

string

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

ITransitGatewayRouteTable

Remarks

Stability: Experimental

Back to top Generated by DocFX