libZSservicesZSamazonka-resourcegroupsZSamazonka-resourcegroups
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ResourceGroups.Types.GroupConfigurationParameter

Description

 
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.

Constructors

GroupConfigurationParameter' 

Fields

Instances

Instances details
Eq GroupConfigurationParameter Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupConfigurationParameter

Read GroupConfigurationParameter Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupConfigurationParameter

Show GroupConfigurationParameter Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupConfigurationParameter

Generic GroupConfigurationParameter Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupConfigurationParameter

Associated Types

type Rep GroupConfigurationParameter :: Type -> Type #

NFData GroupConfigurationParameter Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupConfigurationParameter

Hashable GroupConfigurationParameter Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupConfigurationParameter

ToJSON GroupConfigurationParameter Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupConfigurationParameter

FromJSON GroupConfigurationParameter Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupConfigurationParameter

type Rep GroupConfigurationParameter Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupConfigurationParameter

type Rep GroupConfigurationParameter = D1 ('MetaData "GroupConfigurationParameter" "Amazonka.ResourceGroups.Types.GroupConfigurationParameter" "libZSservicesZSamazonka-resourcegroupsZSamazonka-resourcegroups" 'False) (C1 ('MetaCons "GroupConfigurationParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.