Module: AWSCDK::EC2::IRouteTable

Defined in:
ec2/i_route_table.rb

Overview

An abstract route table.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.jsii_overridable_methodsObject



14
15
16
17
18
# File 'ec2/i_route_table.rb', line 14

def self.jsii_overridable_methods
  {
    :route_table_id => { kind: :property, name: "routeTableId", is_optional: false },
  }
end

Instance Method Details

#route_table_idString

Route table ID.

Returns:

  • (String)


10
11
12
# File 'ec2/i_route_table.rb', line 10

def route_table_id()
  jsii_get_property("routeTableId")
end