resourcegroups_update_group_query: Updates the resource query of a group
Description
Updates the resource query of a group.
Usage
resourcegroups_update_group_query(GroupName, ResourceQuery)
Arguments
GroupName
[required] The name of the resource group for which you want to edit the query.
ResourceQuery
[required] The resource query that determines which AWS resources are members of
the resource group.
Request syntax
svc$update_group_query(
GroupName = "string",
ResourceQuery = list(
Type = "TAG_FILTERS_1_0"|"CLOUDFORMATION_STACK_1_0",
Query = "string"
)
)