Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data GroupConfigurationItem Source #
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.
See: newGroupConfigurationItem
smart constructor.
GroupConfigurationItem' | |
|
Instances
newGroupConfigurationItem Source #
Create a value of GroupConfigurationItem
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:parameters:GroupConfigurationItem'
, groupConfigurationItem_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.
$sel:type':GroupConfigurationItem'
, groupConfigurationItem_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.
groupConfigurationItem_parameters :: Lens' GroupConfigurationItem (Maybe [GroupConfigurationParameter]) Source #
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.
groupConfigurationItem_type :: Lens' GroupConfigurationItem Text Source #
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.