View source: R/resourcegroups_operations.R
resourcegroups_search_resources | R Documentation |
Returns a list of Amazon Web Services resource identifiers that matches the specified query. The query uses the same format as a resource query in a create_group
or update_group_query
operation.
See https://www.paws-r-sdk.com/docs/resourcegroups_search_resources/ for full documentation.
resourcegroups_search_resources(
ResourceQuery,
MaxResults = NULL,
NextToken = NULL
)
ResourceQuery |
[required] The search query, using the same formats that are supported for resource
group definition. For more information, see
|
MaxResults |
The total number of results that you want included on each page of the
response. If you do not include this parameter, it defaults to a value
that is specific to the operation. If additional items exist beyond the
maximum you specify, the |
NextToken |
The parameter for receiving additional results if you receive a
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.