Searches for routes in the specified local gateway route table.
ec2_search_local_gateway_routes(LocalGatewayRouteTableId, Filters,
MaxResults, NextToken, DryRun)
A list with the following syntax:
list(
Routes = list(
list(
DestinationCidrBlock = "string",
LocalGatewayVirtualInterfaceGroupId = "string",
Type = "static"|"propagated",
State = "pending"|"active"|"blackhole"|"deleting"|"deleted",
LocalGatewayRouteTableId = "string",
LocalGatewayRouteTableArn = "string",
OwnerId = "string"
)
),
NextToken = "string"
)
[required] The ID of the local gateway route table.
[required] One or more filters.
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
The token for the next page of results.
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
svc$search_local_gateway_routes(
LocalGatewayRouteTableId = "string",
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
),
MaxResults = 123,
NextToken = "string",
DryRun = TRUE|FALSE
)