ResourceGroups / Client / put_group_configuration

put_group_configuration#

ResourceGroups.Client.put_group_configuration(**kwargs)#

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

Minimum permissions

To run this command, you must have the following permissions:

  • resource-groups:PutGroupConfiguration

See also: AWS API Documentation

Request Syntax

response = client.put_group_configuration(
    Group='string',
    Configuration=[
        {
            'Type': 'string',
            'Parameters': [
                {
                    'Name': 'string',
                    'Values': [
                        'string',
                    ]
                },
            ]
        },
    ]
)
Parameters:
  • Group (string) – The name or ARN of the resource group with the configuration that you want to update.

  • Configuration (list) –

    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.

    Note

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions