| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Describes a route in a route table.
RouteSetType
destinationCidrBlockThe CIDR address block used for the destination match.
Type: String
gatewayIdThe ID of a gateway attached to your VPC.
Type: String
instanceIdThe ID of a NAT instance in your VPC.
Type: String
instanceOwnerIdThe owner of the instance.
Type: String
networkInterfaceIdThe network interface ID.
Type: String
stateThe 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
originDescribes 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.