| 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.RegionDescription
Description
Synopsis
- data RegionDescription = RegionDescription' {}
- newRegionDescription :: RegionDescription
- regionDescription_desiredNumberOfDomainControllers :: Lens' RegionDescription (Maybe Natural)
- regionDescription_directoryId :: Lens' RegionDescription (Maybe Text)
- regionDescription_lastUpdatedDateTime :: Lens' RegionDescription (Maybe UTCTime)
- regionDescription_launchTime :: Lens' RegionDescription (Maybe UTCTime)
- regionDescription_regionName :: Lens' RegionDescription (Maybe Text)
- regionDescription_regionType :: Lens' RegionDescription (Maybe RegionType)
- regionDescription_status :: Lens' RegionDescription (Maybe DirectoryStage)
- regionDescription_statusLastUpdatedDateTime :: Lens' RegionDescription (Maybe UTCTime)
- regionDescription_vpcSettings :: Lens' RegionDescription (Maybe DirectoryVpcSettings)
Documentation
data RegionDescription Source #
The replicated Region information for a directory.
See: newRegionDescription smart constructor.
Constructors
| RegionDescription' | |
Fields
| |
Instances
newRegionDescription :: RegionDescription Source #
Create a value of RegionDescription 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:desiredNumberOfDomainControllers:RegionDescription', regionDescription_desiredNumberOfDomainControllers - The desired number of domain controllers in the specified Region for the
specified directory.
$sel:directoryId:RegionDescription', regionDescription_directoryId - The identifier of the directory.
$sel:lastUpdatedDateTime:RegionDescription', regionDescription_lastUpdatedDateTime - The date and time that the Region description was last updated.
$sel:launchTime:RegionDescription', regionDescription_launchTime - Specifies when the Region replication began.
$sel:regionName:RegionDescription', regionDescription_regionName - The name of the Region. For example, us-east-1.
$sel:regionType:RegionDescription', regionDescription_regionType - Specifies whether the Region is the primary Region or an additional
Region.
$sel:status:RegionDescription', regionDescription_status - The status of the replication process for the specified Region.
$sel:statusLastUpdatedDateTime:RegionDescription', regionDescription_statusLastUpdatedDateTime - The date and time that the Region status was last updated.
$sel:vpcSettings:RegionDescription', regionDescription_vpcSettings - Undocumented member.
regionDescription_desiredNumberOfDomainControllers :: Lens' RegionDescription (Maybe Natural) Source #
The desired number of domain controllers in the specified Region for the specified directory.
regionDescription_directoryId :: Lens' RegionDescription (Maybe Text) Source #
The identifier of the directory.
regionDescription_lastUpdatedDateTime :: Lens' RegionDescription (Maybe UTCTime) Source #
The date and time that the Region description was last updated.
regionDescription_launchTime :: Lens' RegionDescription (Maybe UTCTime) Source #
Specifies when the Region replication began.
regionDescription_regionName :: Lens' RegionDescription (Maybe Text) Source #
The name of the Region. For example, us-east-1.
regionDescription_regionType :: Lens' RegionDescription (Maybe RegionType) Source #
Specifies whether the Region is the primary Region or an additional Region.
regionDescription_status :: Lens' RegionDescription (Maybe DirectoryStage) Source #
The status of the replication process for the specified Region.
regionDescription_statusLastUpdatedDateTime :: Lens' RegionDescription (Maybe UTCTime) Source #
The date and time that the Region status was last updated.
regionDescription_vpcSettings :: Lens' RegionDescription (Maybe DirectoryVpcSettings) Source #
Undocumented member.