getTableRecordExpirationConfiguration
inline suspend fun S3TablesClient.getTableRecordExpirationConfiguration(crossinline block: GetTableRecordExpirationConfigurationRequest.Builder.() -> Unit): GetTableRecordExpirationConfigurationResponse
Retrieves the expiration configuration settings for records in a table, and the status of the configuration. If the status of the configuration is enabled, records expire and are automatically removed from the table after the specified number of days.
Permissions
You must have the s3tables:GetTableRecordExpirationConfiguration permission to use this operation.