getTableRecordExpirationJobStatus
inline suspend fun S3TablesClient.getTableRecordExpirationJobStatus(crossinline block: GetTableRecordExpirationJobStatusRequest.Builder.() -> Unit): 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.