resourcegroups_put_group_configuration: Attaches a service configuration to the specified group

View source: R/resourcegroups_operations.R

resourcegroups_put_group_configurationR Documentation

Attaches a service configuration to the specified group

Description

Attaches a service configuration to the specified group. This occurs asynchronously, and can take time to complete. You can use get_group_configuration to check the status of the update.

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

Usage

resourcegroups_put_group_configuration(Group = NULL, Configuration = NULL)

Arguments

Group

The name or ARN of the resource group with the configuration that you want to update.

Configuration

The new configuration to associate with the specified group. A configuration associates the resource group with an Amazon Web Services service and specifies how the service can interact with the resources in the group. A configuration is an array of GroupConfigurationItem elements.

For information about the syntax of a service configuration, see Service configurations for Resource Groups.

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.