Interface ITransitGatewayRoute.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,ITransitGatewayRoute,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ITransitGatewayRoute.Jsii$Proxy
- Enclosing interface:
ITransitGatewayRoute
@Internal
public static interface ITransitGatewayRoute.Jsii$Default
extends ITransitGatewayRoute, IResource.Jsii$Default
Internal default implementation for
ITransitGatewayRoute.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.alpha.ITransitGatewayRoute
ITransitGatewayRoute.Jsii$Default, ITransitGatewayRoute.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The destination CIDR block for this route.default ITransitGatewayRouteTable(experimental) The transit gateway route table this route belongs to.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestinationCidrBlock
(experimental) The destination CIDR block for this route.Destination Cidr cannot overlap for static routes but is allowed for propagated routes. When overlapping occurs, static routes take precedence over propagated routes.
- Specified by:
getDestinationCidrBlockin interfaceITransitGatewayRoute
-
getRouteTable
(experimental) The transit gateway route table this route belongs to.- Specified by:
getRouteTablein interfaceITransitGatewayRoute
-