libZSservicesZSamazonka-rdsZSamazonka-rds
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.RDS.Types.DBParameterGroup

Description

 
Synopsis

Documentation

data DBParameterGroup Source #

Contains the details of an Amazon RDS DB parameter group.

This data type is used as a response element in the DescribeDBParameterGroups action.

See: newDBParameterGroup smart constructor.

Constructors

DBParameterGroup' 

Fields

Instances

Instances details
Eq DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

Read DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

Show DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

Generic DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

Associated Types

type Rep DBParameterGroup :: Type -> Type #

NFData DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

Methods

rnf :: DBParameterGroup -> () #

Hashable DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

FromXML DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

type Rep DBParameterGroup Source # 
Instance details

Defined in Amazonka.RDS.Types.DBParameterGroup

type Rep DBParameterGroup = D1 ('MetaData "DBParameterGroup" "Amazonka.RDS.Types.DBParameterGroup" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DBParameterGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dbParameterGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbParameterGroupFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dbParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDBParameterGroup :: DBParameterGroup Source #

Create a value of DBParameterGroup 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:dbParameterGroupArn:DBParameterGroup', dbParameterGroup_dbParameterGroupArn - The Amazon Resource Name (ARN) for the DB parameter group.

$sel:dbParameterGroupFamily:DBParameterGroup', dbParameterGroup_dbParameterGroupFamily - The name of the DB parameter group family that this DB parameter group is compatible with.

$sel:dbParameterGroupName:DBParameterGroup', dbParameterGroup_dbParameterGroupName - The name of the DB parameter group.

$sel:description:DBParameterGroup', dbParameterGroup_description - Provides the customer-specified description for this DB parameter group.

dbParameterGroup_dbParameterGroupArn :: Lens' DBParameterGroup (Maybe Text) Source #

The Amazon Resource Name (ARN) for the DB parameter group.

dbParameterGroup_dbParameterGroupFamily :: Lens' DBParameterGroup (Maybe Text) Source #

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

dbParameterGroup_description :: Lens' DBParameterGroup (Maybe Text) Source #

Provides the customer-specified description for this DB parameter group.