Amazon Elastic Compute Cloud
API Reference (API Version 2013-02-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

RouteType

Describes a route in a route table.

Ancestors

  • RouteSetType

Contents

destinationCidrBlock

The CIDR address block used for the destination match.

Type: String

gatewayId

The ID of a gateway attached to your VPC.

Type: String

instanceId

The ID of a NAT instance in your VPC.

Type: String

instanceOwnerId

The owner of the instance.

Type: String

networkInterfaceId

The network interface ID.

Type: String

state

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).

Type: String

Valid values: active | blackhole

origin

Describes how the route was created.

Type: String

Valid values: Valid values: CreateRouteTable | CreateRoute | EnableVgwRoutePropagation

  • CreateRouteTable indicates that route was automatically created when the route table was create.

  • CreateRoute indicates that the route was manually added to the route table.

  • EnableVgwRoutePropagation indicates that the route was propagated by route propagation.