libZSservicesZSamazonka-dynamodb-daxZSamazonka-dynamodb-dax
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.DAX.Types.ParameterGroup

Description

 
Synopsis

Documentation

data ParameterGroup Source #

A named set of parameters that are applied to all of the nodes in a DAX cluster.

See: newParameterGroup smart constructor.

Constructors

ParameterGroup' 

Fields

Instances

Instances details
Eq ParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.Types.ParameterGroup

Read ParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.Types.ParameterGroup

Show ParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.Types.ParameterGroup

Generic ParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.Types.ParameterGroup

Associated Types

type Rep ParameterGroup :: Type -> Type #

NFData ParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.Types.ParameterGroup

Methods

rnf :: ParameterGroup -> () #

Hashable ParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.Types.ParameterGroup

FromJSON ParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.Types.ParameterGroup

type Rep ParameterGroup Source # 
Instance details

Defined in Amazonka.DAX.Types.ParameterGroup

type Rep ParameterGroup = D1 ('MetaData "ParameterGroup" "Amazonka.DAX.Types.ParameterGroup" "libZSservicesZSamazonka-dynamodb-daxZSamazonka-dynamodb-dax" 'False) (C1 ('MetaCons "ParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newParameterGroup :: ParameterGroup Source #

Create a value of ParameterGroup 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:description:ParameterGroup', parameterGroup_description - A description of the parameter group.

$sel:parameterGroupName:ParameterGroup', parameterGroup_parameterGroupName - The name of the parameter group.

parameterGroup_description :: Lens' ParameterGroup (Maybe Text) Source #

A description of the parameter group.