ReplicationStatusType¶
Structure Class¶
ReplicationStatusType
dataclass
¶
A replication object consisting of a RegionReplicationStatus object
and includes a Region, KMSKeyId, status, and status message.
Attributes¶
kms_key_id
class-attribute
instance-attribute
¶
kms_key_id: str | None = None
Can be an ARN, Key ID, or Alias.
last_accessed_date
class-attribute
instance-attribute
¶
last_accessed_date: datetime | None = None
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.
region
class-attribute
instance-attribute
¶
region: str | None = None
The Region where replication occurs.
status
class-attribute
instance-attribute
¶
status: StatusType | None = None
The status can be InProgress, Failed, or InSync.