Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data GroupConfigurationParameter Source #
A parameter for a group configuration item. For details about group service configuration syntax, see Service configurations for resource groups.
See: newGroupConfigurationParameter
smart constructor.
GroupConfigurationParameter' | |
|
Instances
newGroupConfigurationParameter Source #
Create a value of GroupConfigurationParameter
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:values:GroupConfigurationParameter'
, groupConfigurationParameter_values
- The value or values to be used for the specified parameter. For the list
of values you can use with each parameter, see
Supported resource types and parameters.
$sel:name:GroupConfigurationParameter'
, groupConfigurationParameter_name
- The name of the group configuration parameter. For the list of
parameters that you can use with each configuration item type, see
Supported resource types and parameters.
groupConfigurationParameter_values :: Lens' GroupConfigurationParameter (Maybe [Text]) Source #
The value or values to be used for the specified parameter. For the list of values you can use with each parameter, see Supported resource types and parameters.
groupConfigurationParameter_name :: Lens' GroupConfigurationParameter Text Source #
The name of the group configuration parameter. For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters.