You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ResourceGroups::Types::GroupConfigurationParameter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GroupConfigurationParameter as input to an Aws::Client method, you can use a vanilla Hash:

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

A parameter for a group configuration item.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the group configuration parameter.

You can specify the following string values:

  • For configuration item type AWS::ResourceGroups::Generic:

    • allowed-resource-types

      Specifies the types of resources that you can add to this group by using the GroupResources operation.

  • For configuration item type AWS::EC2::CapacityReservationPool:

    • None - This configuration item type doesn\'t support any parameters.

    ^

    For more information about EC2 capacity reservation groups, see Working with capacity reservation groups in the EC2 Users Guide.

Returns:

  • (String)

    The name of the group configuration parameter.

#valuesArray<String>

The values of for this parameter.

You can specify the following string value:

  • For item type allowed-resource-types: the only supported parameter value is AWS::EC2::CapacityReservation.

^

Returns:

  • (Array<String>)

    The values of for this parameter.