Interface IRouteV2.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,IRouteV2,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IRouteV2.Jsii$Proxy
- Enclosing interface:
IRouteV2
Internal default implementation for
IRouteV2.-
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.IRouteV2
IRouteV2.Jsii$Default, IRouteV2.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The IPv4 or IPv6 CIDR block used for the destination match.default IRouteTable(experimental) The ID of the route table for the route.default RouteTargetType(experimental) The gateway or endpoint targeted by the route.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
-
getDestination
(experimental) The IPv4 or IPv6 CIDR block used for the destination match.Routing decisions are based on the most specific match. TODO: Look for strong IP type implementation here.
- Specified by:
getDestinationin interfaceIRouteV2
-
getRouteTable
(experimental) The ID of the route table for the route.- Specified by:
getRouteTablein interfaceIRouteV2
-
getTarget
(experimental) The gateway or endpoint targeted by the route.
-