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 ReplicationStatusType = ReplicationStatusType' {}
- newReplicationStatusType :: ReplicationStatusType
- replicationStatusType_status :: Lens' ReplicationStatusType (Maybe StatusType)
- replicationStatusType_kmsKeyId :: Lens' ReplicationStatusType (Maybe Text)
- replicationStatusType_statusMessage :: Lens' ReplicationStatusType (Maybe Text)
- replicationStatusType_region :: Lens' ReplicationStatusType (Maybe Text)
- replicationStatusType_lastAccessedDate :: Lens' ReplicationStatusType (Maybe UTCTime)
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.
ReplicationStatusType' | |
|
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:status:ReplicationStatusType'
, replicationStatusType_status
- The status can be InProgress
, Failed
, or InSync
.
$sel:kmsKeyId:ReplicationStatusType'
, replicationStatusType_kmsKeyId
- Can be an ARN
, Key ID
, or Alias
.
$sel:statusMessage:ReplicationStatusType'
, replicationStatusType_statusMessage
- Status message such as "/Secret with this name already exists in this
region/".
$sel:region:ReplicationStatusType'
, replicationStatusType_region
- The Region where replication occurs.
$sel:lastAccessedDate:ReplicationStatusType'
, replicationStatusType_lastAccessedDate
- The date that you last accessed the secret in the Region.
replicationStatusType_status :: Lens' ReplicationStatusType (Maybe StatusType) Source #
The status can be InProgress
, Failed
, or InSync
.
replicationStatusType_kmsKeyId :: Lens' ReplicationStatusType (Maybe Text) Source #
Can be an ARN
, Key ID
, or Alias
.
replicationStatusType_statusMessage :: Lens' ReplicationStatusType (Maybe Text) Source #
Status message such as "/Secret with this name already exists in this region/".
replicationStatusType_region :: Lens' ReplicationStatusType (Maybe Text) Source #
The Region where replication occurs.
replicationStatusType_lastAccessedDate :: Lens' ReplicationStatusType (Maybe UTCTime) Source #
The date that you last accessed the secret in the Region.