Values.SelectResourceConfigRequestSourceAccepts a structured query language (SQL) SELECT command, performs the corresponding search, and returns resource configurations matching the properties. For more information about query components, see the Query Components section in the Config Developer Guide.
type nonrec t = {expression : Expression.t;The SQL query SELECT command.
*)limit : Limit.t option;The maximum number of query results returned on each page.
*)nextToken : NextToken.t option;The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Limit.t | `String of Expression.t ]) list ]