IBM::EC2::RouteTableAssociation

This resource type represents a route table association on Amazon Elastic Compute Cloud. It extends the type OS::Neutron::RouterInterface.
Table 1. Properties
Name Type Required Description
port_id String False The ID of the port. You must specify either a port ID or a subnet ID.
router_id String True The ID of the router.
subnet_id String False The ID of the subnet. You must specify either a port ID or a subnet ID.
This resource type has no attributes.

Feedback