Module Values_4.SearchTransitGatewayRoutesRequestSource

Searches for routes in the specified transit gateway route table.

Sourcetype nonrec t = {
  1. transitGatewayRouteTableId : Values_1.TransitGatewayRouteTableId.t;
    (*

    The ID of the transit gateway route table.

    *)
  2. filters : Values_3.FilterList.t;
    (*

    One or more filters. The possible values are: attachment.transit-gateway-attachment-id- The id of the transit gateway attachment. attachment.resource-id - The resource id of the transit gateway attachment. attachment.resource-type - The attachment resource type. Valid values are vpc | vpn | direct-connect-gateway | peering | connect. prefix-list-id - The ID of the prefix list. route-search.exact-match - The exact match of the specified filter. route-search.longest-prefix-match - The longest prefix that matches the route. route-search.subnet-of-match - The routes with a subnet that match the specified CIDR filter. route-search.supernet-of-match - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29. state - The state of the route (active | blackhole). type - The type of route (propagated | static).

    *)
  3. maxResults : Values_3.TransitGatewayMaxResults.t option;
    (*

    The maximum number of routes to return. If a value is not provided, the default is 1000.

    *)
  4. dryRun : Values_0.Boolean.t option;
    (*

    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.

    *)
  5. nextToken : Values_0.String_.t option;
    (*

    The token for the next page of results.

    *)
}
Sourceval context_ : string
Sourceval make : ?maxResults:??? -> ?dryRun:??? -> ?nextToken:??? -> transitGatewayRouteTableId:Values_1.TransitGatewayRouteTableId.t -> filters:Values_3.FilterList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Integer of Values_3.TransitGatewayMaxResults.t | `List of [> `Structure of (string * [> `List of [> `String of string ] list | `String of Values_0.String_.t ]) list ] list | `String of Values_1.TransitGatewayRouteTableId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t