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
Documentation
data RegionsInfo Source #
Provides information about the Regions that are configured for multi-Region replication.
See: newRegionsInfo
smart constructor.
RegionsInfo' | |
|
Instances
newRegionsInfo :: RegionsInfo Source #
Create a value of RegionsInfo
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:primaryRegion:RegionsInfo'
, regionsInfo_primaryRegion
- The Region where the Managed Microsoft AD directory was originally
created.
$sel:additionalRegions:RegionsInfo'
, regionsInfo_additionalRegions
- Lists the Regions where the directory has been replicated, excluding the
primary Region.
regionsInfo_primaryRegion :: Lens' RegionsInfo (Maybe Text) Source #
The Region where the Managed Microsoft AD directory was originally created.
regionsInfo_additionalRegions :: Lens' RegionsInfo (Maybe [Text]) Source #
Lists the Regions where the directory has been replicated, excluding the primary Region.