IBM::EC2::RouteTable

This resource type represents a route table on Amazon Elastic Compute Cloud. It extends the type OS::Neutron::Router.
Table 1. Properties
Name Type Required Description
admin_state_up Boolean False The administrative state of the router.
external_gateway_info Map False External network gateway configuration for a router. See Table 3.
l3_agent_id String False ID of the L3 agent. The default policy setting in Neutron restricts usage of this property to administrative users.
name String False Router name.
value_specs Map False Additional parameters to include in the creation request.
Table 2. Custom properties
Name Type Required Description
vpc_id String True The VPC to create a route table on.
The external_gateway_info parameter requires a list of networks for the gateway. The following table shows the properties in each list item.
Table 3. external_gateway_info list properties
Property Type Required Description
enable_snat Boolean False Enables source NAT on the router gateway.
network String True ID or name of the external network for the gateway.
This resource type has no attributes.

Feedback