RouteTable / Attribute / associations_attribute

associations_attribute#

EC2.RouteTable.associations_attribute#
  • (list) –

    The associations between the route table and one or more subnets or a gateway.

    • (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.

      • AssociationState (dict) –

        The state of the association.

        • State (string) –

          The state of the association.

        • StatusMessage (string) –

          The status message, if applicable.