amazonka-redshift-2.0: Amazon Redshift SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Redshift.Types.ClusterParameterGroup

Description

 
Synopsis

Documentation

data ClusterParameterGroup Source #

Describes a parameter group.

See: newClusterParameterGroup smart constructor.

Constructors

ClusterParameterGroup' 

Fields

Instances

Instances details
FromXML ClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroup

Generic ClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroup

Associated Types

type Rep ClusterParameterGroup :: Type -> Type #

Read ClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroup

Show ClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroup

NFData ClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroup

Methods

rnf :: ClusterParameterGroup -> () #

Eq ClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroup

Hashable ClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroup

type Rep ClusterParameterGroup Source # 
Instance details

Defined in Amazonka.Redshift.Types.ClusterParameterGroup

type Rep ClusterParameterGroup = D1 ('MetaData "ClusterParameterGroup" "Amazonka.Redshift.Types.ClusterParameterGroup" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" 'False) (C1 ('MetaCons "ClusterParameterGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "parameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))

newClusterParameterGroup :: ClusterParameterGroup Source #

Create a value of ClusterParameterGroup 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:ClusterParameterGroup', clusterParameterGroup_description - The description of the parameter group.

$sel:parameterGroupFamily:ClusterParameterGroup', clusterParameterGroup_parameterGroupFamily - The name of the cluster parameter group family that this cluster parameter group is compatible with.

$sel:parameterGroupName:ClusterParameterGroup', clusterParameterGroup_parameterGroupName - The name of the cluster parameter group.

$sel:tags:ClusterParameterGroup', clusterParameterGroup_tags - The list of tags for the cluster parameter group.

clusterParameterGroup_description :: Lens' ClusterParameterGroup (Maybe Text) Source #

The description of the parameter group.

clusterParameterGroup_parameterGroupFamily :: Lens' ClusterParameterGroup (Maybe Text) Source #

The name of the cluster parameter group family that this cluster parameter group is compatible with.

clusterParameterGroup_tags :: Lens' ClusterParameterGroup (Maybe [Tag]) Source #

The list of tags for the cluster parameter group.