| 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.SecretsManager.Types.ReplicationStatusType
Description
Synopsis
- data ReplicationStatusType = ReplicationStatusType' {}
- newReplicationStatusType :: ReplicationStatusType
- replicationStatusType_kmsKeyId :: Lens' ReplicationStatusType (Maybe Text)
- replicationStatusType_lastAccessedDate :: Lens' ReplicationStatusType (Maybe UTCTime)
- replicationStatusType_region :: Lens' ReplicationStatusType (Maybe Text)
- replicationStatusType_status :: Lens' ReplicationStatusType (Maybe StatusType)
- replicationStatusType_statusMessage :: Lens' ReplicationStatusType (Maybe Text)
Documentation
data ReplicationStatusType Source #
A replication object consisting of a RegionReplicationStatus object
and includes a Region, KMSKeyId, status, and status message.
See: newReplicationStatusType smart constructor.
Constructors
| ReplicationStatusType' | |
Fields
| |
Instances
newReplicationStatusType :: ReplicationStatusType Source #
Create a value of ReplicationStatusType 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:kmsKeyId:ReplicationStatusType', replicationStatusType_kmsKeyId - Can be an ARN, Key ID, or Alias.
$sel:lastAccessedDate:ReplicationStatusType', replicationStatusType_lastAccessedDate - The date that the secret was last accessed in the Region. This field is
omitted if the secret has never been retrieved in the Region.
$sel:region:ReplicationStatusType', replicationStatusType_region - The Region where replication occurs.
$sel:status:ReplicationStatusType', replicationStatusType_status - The status can be InProgress, Failed, or InSync.
$sel:statusMessage:ReplicationStatusType', replicationStatusType_statusMessage - Status message such as "/Secret with this name already exists in this
region/".
replicationStatusType_kmsKeyId :: Lens' ReplicationStatusType (Maybe Text) Source #
Can be an ARN, Key ID, or Alias.
replicationStatusType_lastAccessedDate :: Lens' ReplicationStatusType (Maybe UTCTime) Source #
The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.
replicationStatusType_region :: Lens' ReplicationStatusType (Maybe Text) Source #
The Region where replication occurs.
replicationStatusType_status :: Lens' ReplicationStatusType (Maybe StatusType) Source #
The status can be InProgress, Failed, or InSync.
replicationStatusType_statusMessage :: Lens' ReplicationStatusType (Maybe Text) Source #
Status message such as "/Secret with this name already exists in this region/".