class Aws::ResourceGroups::Types::PutGroupConfigurationInput
@note When making an API call, you may pass PutGroupConfigurationInput
data as a hash: { group: "GroupString", configuration: [ { type: "GroupConfigurationType", # required parameters: [ { name: "GroupConfigurationParameterName", # required values: ["GroupConfigurationParameterValue"], }, ], }, ], }
@!attribute [rw] group
The name or ARN of the resource group with the configuration that you want to update. @return [String]
@!attribute [rw] configuration
The new configuration to associate with the specified group. A configuration associates the resource group with an AWS 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][1]. <note markdown="1"> A resource group can contain either a `Configuration` or a `ResourceQuery`, but not both. </note> [1]: https://docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html @return [Array<Types::GroupConfigurationItem>]
@see docs.aws.amazon.com/goto/WebAPI/resource-groups-2017-11-27/PutGroupConfigurationInput AWS API Documentation
Constants
- SENSITIVE