RouteTable / Attribute / routes_attribute

routes_attribute#

EC2.RouteTable.routes_attribute#
  • (list) –

    The routes in the route table.

    • (dict) –

      Describes a route in a route table.

      • DestinationCidrBlock (string) –

        The IPv4 CIDR block used for the destination match.

      • DestinationIpv6CidrBlock (string) –

        The IPv6 CIDR block used for the destination match.

      • DestinationPrefixListId (string) –

        The prefix of the Amazon Web Service.

      • EgressOnlyInternetGatewayId (string) –

        The ID of the egress-only internet gateway.

      • GatewayId (string) –

        The ID of a gateway attached to your VPC.

      • InstanceId (string) –

        The ID of a NAT instance in your VPC.

      • InstanceOwnerId (string) –

        The ID of Amazon Web Services account that owns the instance.

      • NatGatewayId (string) –

        The ID of a NAT gateway.

      • TransitGatewayId (string) –

        The ID of a transit gateway.

      • LocalGatewayId (string) –

        The ID of the local gateway.

      • CarrierGatewayId (string) –

        The ID of the carrier gateway.

      • NetworkInterfaceId (string) –

        The ID of the network interface.

      • Origin (string) –

        Describes how the route was created.

        • CreateRouteTable - The route was automatically created when the route table was created.

        • CreateRoute - The route was manually added to the route table.

        • EnableVgwRoutePropagation - The route was propagated by route propagation.

      • State (string) –

        The state of the route. The blackhole state indicates that the route’s target isn’t available (for example, the specified gateway isn’t attached to the VPC, or the specified NAT instance has been terminated).

      • VpcPeeringConnectionId (string) –

        The ID of a VPC peering connection.

      • CoreNetworkArn (string) –

        The Amazon Resource Name (ARN) of the core network.