paws.management (version 0.1.0)

resourcegroups_search_resources: Returns a list of AWS resource identifiers that matches a specified query

Description

Returns a list of AWS resource identifiers that matches a specified query. The query uses the same format as a resource query in a CreateGroup or UpdateGroupQuery operation.

Usage

resourcegroups_search_resources(ResourceQuery, MaxResults, NextToken)

Arguments

ResourceQuery

[required] The search query, using the same formats that are supported for resource group definition.

MaxResults

The maximum number of group member ARNs returned by SearchResources in paginated output. By default, this number is 50.

NextToken

The NextToken value that is returned in a paginated SearchResources request. To get the next page of results, run the call again, add the NextToken parameter, and specify the NextToken value.

Request syntax

svc$search_resources(
  ResourceQuery = list(
    Type = "TAG_FILTERS_1_0"|"CLOUDFORMATION_STACK_1_0",
    Query = "string"
  ),
  MaxResults = 123,
  NextToken = "string"
)