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 |
Documentation
data AwsRdsDbParameterGroup Source #
Provides information about a parameter group for a DB instance.
See: newAwsRdsDbParameterGroup
smart constructor.
AwsRdsDbParameterGroup' | |
|
Instances
newAwsRdsDbParameterGroup :: AwsRdsDbParameterGroup Source #
Create a value of AwsRdsDbParameterGroup
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:dbParameterGroupName:AwsRdsDbParameterGroup'
, awsRdsDbParameterGroup_dbParameterGroupName
- The name of the parameter group.
$sel:parameterApplyStatus:AwsRdsDbParameterGroup'
, awsRdsDbParameterGroup_parameterApplyStatus
- The status of parameter updates.
awsRdsDbParameterGroup_dbParameterGroupName :: Lens' AwsRdsDbParameterGroup (Maybe Text) Source #
The name of the parameter group.
awsRdsDbParameterGroup_parameterApplyStatus :: Lens' AwsRdsDbParameterGroup (Maybe Text) Source #
The status of parameter updates.