getTableRecordExpirationJobStatus
abstract suspend fun getTableRecordExpirationJobStatus(input: GetTableRecordExpirationJobStatusRequest): GetTableRecordExpirationJobStatusResponse
Retrieves the status, metrics, and details of the latest record expiration job for a table. This includes when the job ran, and whether it succeeded or failed. If the job ran successfully, this also includes statistics about the records that were removed.
Permissions
You must have the s3tables:GetTableRecordExpirationJobStatus permission to use this operation.