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