v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492542448.2 KB

Accepts 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.

post/#X-Amz-Target=StarlingDoveService.SelectResourceConfig

Query parameters

Limitstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'StarlingDoveService.SelectResourceConfig' required

Request body

Expressionstring required

The SQL query <code>SELECT</code> command.

Limitinteger

The maximum number of query results returned on each page.

NextTokenstring

The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.

Response

Success

ResultsString[]

Returns the results for the SQL query.

NextTokenstring

The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response.