| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RDS.Types.OptionGroupMembership
Description
Documentation
data OptionGroupMembership Source #
Provides information on the option groups the DB instance is a member of.
See: newOptionGroupMembership smart constructor.
Constructors
| OptionGroupMembership' | |
Fields
| |
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:optionGroupName:OptionGroupMembership', optionGroupMembership_optionGroupName - The name of the option group that the instance belongs to.
$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.
optionGroupMembership_optionGroupName :: Lens' OptionGroupMembership (Maybe Text) Source #
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.