ISecretsManagerReplicationStatusType
Interface in AWS.SecretsManager
Interface for ReplicationStatusType.
Properties
KmsKeyId
property KmsKeyId: string
An Amazon Resource Name (ARN), key ID, or alias of an AWS KMS key.
LastAccessedDate
property LastAccessedDate: TOptional<TDate>
The date the secret was last accessed. Value will be omitted if the secret has never been retrieved in the region.
Region
property Region: string
The region code where replication occurs.
Status
property Status: string
The replication status.
Valid values: InProgress | Failed | InSync.
StatusMessage
property StatusMessage: string
A human readable status message.