View a markdown version of this page

RouteFilters - Direct Connect

RouteFilters

The filters used to limit the routes returned by ListVirtualInterfaceRoutes.

Contents

addressFamily

The address family of the routes to return.

The valid values are ipv4 and ipv6.

Type: String

Valid Values: ipv4 | ipv6

Required: No

asPath

The autonomous system (AS) numbers used to filter the routes by their AS path.

Type: Array of longs

Required: No

cidrs

The CIDRs (prefixes) used to filter the routes. You can specify up to 10 CIDRs.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 10 items.

Required: No

communities

The BGP communities used to filter the routes.

Type: Array of strings

Required: No

routeDirection

The direction of the routes to return.

The valid values are accepted (routes received from the customer network) and advertised (routes advertised to the customer network).

Type: String

Valid Values: accepted | advertised

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: