Select Resource Config
| configservice_select_resource_config | R Documentation |
Accepts a structured query language (SQL) SELECT command, performs the corresponding search, and returns resource configurations matching the properties¶
Description¶
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.
Usage¶
Arguments¶
Expression[required] The SQL query
SELECTcommand.LimitThe maximum number of query results returned on each page.
NextTokenThe
nextTokenstring returned in a previous request that you use to request the next page of results in a paginated response.
Value¶
A list with the following syntax:
list(
Results = list(
"string"
),
QueryInfo = list(
SelectFields = list(
list(
Name = "string"
)
)
),
NextToken = "string"
)