View source: R/configservice_operations.R
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.
See https://www.paws-r-sdk.com/docs/configservice_select_resource_config/ for full documentation.
configservice_select_resource_config(
Expression,
Limit = NULL,
NextToken = NULL
)
Expression |
[required] The SQL query |
Limit |
The maximum number of query results returned on each page. |
NextToken |
The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.