| 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.SSMIncidents.Types.RegionInfo
Description
Synopsis
- data RegionInfo = RegionInfo' {}
- newRegionInfo :: RegionStatus -> UTCTime -> RegionInfo
- regionInfo_sseKmsKeyId :: Lens' RegionInfo (Maybe Text)
- regionInfo_statusMessage :: Lens' RegionInfo (Maybe Text)
- regionInfo_status :: Lens' RegionInfo RegionStatus
- regionInfo_statusUpdateDateTime :: Lens' RegionInfo UTCTime
Documentation
data RegionInfo Source #
Information about a Amazon Web Services Region in your replication set.
See: newRegionInfo smart constructor.
Constructors
| RegionInfo' | |
Fields
| |
Instances
Arguments
| :: RegionStatus | |
| -> UTCTime | |
| -> RegionInfo |
Create a value of RegionInfo 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:sseKmsKeyId:RegionInfo', regionInfo_sseKmsKeyId - The ID of the KMS key used to encrypt the data in this Amazon Web
Services Region.
$sel:statusMessage:RegionInfo', regionInfo_statusMessage - Information displayed about the status of the Amazon Web Services
Region.
$sel:status:RegionInfo', regionInfo_status - The status of the Amazon Web Services Region in the replication set.
$sel:statusUpdateDateTime:RegionInfo', regionInfo_statusUpdateDateTime - The most recent date and time that Incident Manager updated the Amazon
Web Services Region's status.
regionInfo_sseKmsKeyId :: Lens' RegionInfo (Maybe Text) Source #
The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.
regionInfo_statusMessage :: Lens' RegionInfo (Maybe Text) Source #
Information displayed about the status of the Amazon Web Services Region.
regionInfo_status :: Lens' RegionInfo RegionStatus Source #
The status of the Amazon Web Services Region in the replication set.
regionInfo_statusUpdateDateTime :: Lens' RegionInfo UTCTime Source #
The most recent date and time that Incident Manager updated the Amazon Web Services Region's status.