Class: Convection::Model::Template::Resource::EC2Route
  
  
  
Overview
  Instance Attribute Summary
  
  
  #exist, #name, #parent, #properties, #resource_attributes, #template
  
    
      Instance Method Summary
      collapse
    
    
  
  
  
  
  
  
  
  
  
  
  #as_attribute, attach_method, #deletion_policy, #depends_on, #initialize, properties, property, #property, #reference, #render, type, #type, #with_output
  
  
  
  
  
  
  
  
  
  #condition, #render_condition
  
  
  
  
  
  
  
  
  
  attach_resource
  
  
  
  
  
  
  
  
  
  #camel_case, included, method_name, #screaming_snake_case, #snake_case
  
  
  
  
  
  
  
  
  
  
  #base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select
  
    Instance Method Details
    
      
  
  
    
      #destination  ⇒ Object 
    
      #destination(value)  ⇒ Object 
    
  
  
  
  
    | 
13 | # File 'lib/convection/model/template/resource/aws_ec2_route.rb', line 13
property :destination, 'DestinationCidrBlock' | 
 
    
      
  
  
    
      #gateway  ⇒ Object 
    
      #gateway(value)  ⇒ Object 
    
  
  
  
  
    | 
14 | # File 'lib/convection/model/template/resource/aws_ec2_route.rb', line 14
property :gateway, 'GatewayId' | 
 
    
      
  
  
    
      #instance  ⇒ Object 
    
      #instance(value)  ⇒ Object 
    
  
  
  
  
    | 
16 | # File 'lib/convection/model/template/resource/aws_ec2_route.rb', line 16
property :instance, 'InstanceId' | 
 
    
      
  
  
    
      #interface  ⇒ Object 
    
      #interface(value)  ⇒ Object 
    
  
  
  
  
    | 
17 | # File 'lib/convection/model/template/resource/aws_ec2_route.rb', line 17
property :interface, 'NetworkInterfaceId' | 
 
    
      
  
  
    
      #nat_gateway  ⇒ Object 
    
      #nat_gateway(value)  ⇒ Object 
    
  
  
  
  
    | 
15 | # File 'lib/convection/model/template/resource/aws_ec2_route.rb', line 15
property :nat_gateway, 'NatGatewayId' | 
 
    
      
  
  
    
      #peer  ⇒ Object 
    
      #peer(value)  ⇒ Object 
    
  
  
  
  
    | 
18 | # File 'lib/convection/model/template/resource/aws_ec2_route.rb', line 18
property :peer, 'VpcPeeringConnectionId' | 
 
    
      
  
  
    
      #route_table_id  ⇒ Object 
    
      #route_table_id(value)  ⇒ Object 
    
  
  
  
  
    | 
12 | # File 'lib/convection/model/template/resource/aws_ec2_route.rb', line 12
property :route_table_id, 'RouteTableId' |