Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DBParameterGroup = DBParameterGroup' {}
- newDBParameterGroup :: DBParameterGroup
- dbParameterGroup_dbParameterGroupArn :: Lens' DBParameterGroup (Maybe Text)
- dbParameterGroup_dbParameterGroupFamily :: Lens' DBParameterGroup (Maybe Text)
- dbParameterGroup_dbParameterGroupName :: Lens' DBParameterGroup (Maybe Text)
- dbParameterGroup_description :: Lens' DBParameterGroup (Maybe Text)
Documentation
data DBParameterGroup Source #
Contains the details of an Amazon Neptune DB parameter group.
This data type is used as a response element in the DescribeDBParameterGroups action.
See: newDBParameterGroup
smart constructor.
DBParameterGroup' | |
|
Instances
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
- Provides the name of the DB parameter group family that this DB
parameter group is compatible with.
$sel:dbParameterGroupName:DBParameterGroup'
, dbParameterGroup_dbParameterGroupName
- Provides 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 #
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
dbParameterGroup_dbParameterGroupName :: Lens' DBParameterGroup (Maybe Text) Source #
Provides the name of the DB parameter group.
dbParameterGroup_description :: Lens' DBParameterGroup (Maybe Text) Source #
Provides the customer-specified description for this DB parameter group.