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