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 OptionGroupMembership Source #
Provides information on the option groups the DB instance is a member of.
See: newOptionGroupMembership
smart constructor.
OptionGroupMembership' | |
|
Instances
newOptionGroupMembership :: OptionGroupMembership Source #
Create a value of OptionGroupMembership
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:status:OptionGroupMembership'
, optionGroupMembership_status
- The status of the DB instance's option group membership. Valid values
are: in-sync
, pending-apply
, pending-removal
,
pending-maintenance-apply
, pending-maintenance-removal
, applying
,
removing
, and failed
.
$sel:optionGroupName:OptionGroupMembership'
, optionGroupMembership_optionGroupName
- The name of the option group that the instance belongs to.
optionGroupMembership_status :: Lens' OptionGroupMembership (Maybe Text) Source #
The status of the DB instance's option group membership. Valid values
are: in-sync
, pending-apply
, pending-removal
,
pending-maintenance-apply
, pending-maintenance-removal
, applying
,
removing
, and failed
.
optionGroupMembership_optionGroupName :: Lens' OptionGroupMembership (Maybe Text) Source #
The name of the option group that the instance belongs to.