View source: R/resourcegroups_operations.R
resourcegroups_list_group_resources | R Documentation |
Returns a list of ARNs of the resources that are members of a specified resource group.
See https://www.paws-r-sdk.com/docs/resourcegroups_list_group_resources/ for full documentation.
resourcegroups_list_group_resources(
GroupName = NULL,
Group = NULL,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)
GroupName |
Deprecated - don't use this parameter. Use the Group request field instead. |
Group |
The name or the ARN of the resource group |
Filters |
Filters, formatted as ResourceFilter objects, that you want to apply to
a
When you specify a
The error includes a list of resource types that failed the validation
because they are not part of the query associated with the group. This
validation doesn't occur when the group query specifies
|
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.