resourcegroups_update_group_query: Updates the resource query of a group

View source: R/resourcegroups_operations.R

resourcegroups_update_group_queryR Documentation

Updates the resource query of a group

Description

Updates the resource query of a group. For more information about resource queries, see Create a tag-based group in Resource Groups.

See https://www.paws-r-sdk.com/docs/resourcegroups_update_group_query/ for full documentation.

Usage

resourcegroups_update_group_query(
  GroupName = NULL,
  Group = NULL,
  ResourceQuery
)

Arguments

GroupName

Don't use this parameter. Use Group instead.

Group

The name or the ARN of the resource group to query.

ResourceQuery

[required] The resource query to determine which Amazon Web Services resources are members of this resource group.

A resource group can contain either a Configuration or a ResourceQuery, but not both.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.