:doc:`RouteTable <index>` / Attribute / associations_attribute

**********************
associations_attribute
**********************



.. py:attribute:: EC2.RouteTable.associations_attribute

  

  - *(list) --* 

    The associations between the route table and your subnets or gateways.

    
    

    - *(dict) --* 

      Describes an association between a route table and a subnet or gateway.

      
      

      - **Main** *(boolean) --* 

        Indicates whether this is the main route table.

        
      

      - **RouteTableAssociationId** *(string) --* 

        The ID of the association.

        
      

      - **RouteTableId** *(string) --* 

        The ID of the route table.

        
      

      - **SubnetId** *(string) --* 

        The ID of the subnet. A subnet ID is not returned for an implicit association.

        
      

      - **GatewayId** *(string) --* 

        The ID of the internet gateway or virtual private gateway.

        
      

      - **PublicIpv4Pool** *(string) --* 

        The ID of a public IPv4 pool. A public IPv4 pool is a pool of IPv4 addresses that you've brought to Amazon Web Services with BYOIP.

        
      

      - **AssociationState** *(dict) --* 

        The state of the association.

        
        

        - **State** *(string) --* 

          The state of the association.

          
        

        - **StatusMessage** *(string) --* 

          The status message, if applicable.

          
    
  
