Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/resource-type-route. Description: AWS::EC2::Route http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route.html Creates a new route in a route table within a VPC. The route's target can be either a gateway attached to the VPC or a NAT instance in the VPC. Each route in a table specifies a destination CIDR and a target (e.g., traffic destined for 172.16.0.0/12 is targeted for the virtual private gateway); we use the most specific route that matches the traffic to determine how to route the traffic. Parameters DestinationCidrBlock GatewayId InstanceId NetworkInterfaceId RouteTableId Tags Maps to no existing concept in Quantum Comments It could be that a Quantum Router would be an appropriate basis to build Routes on top of. However an alternative might be to develop a separate Quantum featureset which implements the VPC Route Table functionality. Specification URL (additional information): None