class Aws::ResourceGroups::Types::GroupConfigurationItem

An item in a group configuration. A group service configuration can have one or more items. For details about group service configuration syntax, see [Service configurations for resource groups].

[1]: docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html

@note When making an API call, you may pass GroupConfigurationItem

data as a hash:

    {
      type: "GroupConfigurationType", # required
      parameters: [
        {
          name: "GroupConfigurationParameterName", # required
          values: ["GroupConfigurationParameterValue"],
        },
      ],
    }

@!attribute [rw] type

Specifies the type of group configuration item. Each item must have
a unique value for `type`. For the list of types that you can
specify for a configuration item, see [Supported resource types and
parameters][1].

[1]: https://docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html#about-slg-types
@return [String]

@!attribute [rw] parameters

A collection of parameters for this group configuration item. For
the list of parameters that you can use with each configuration item
type, see [Supported resource types and parameters][1].

[1]: https://docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html#about-slg-types
@return [Array<Types::GroupConfigurationParameter>]

@see docs.aws.amazon.com/goto/WebAPI/resource-groups-2017-11-27/GroupConfigurationItem AWS API Documentation

Constants

SENSITIVE