Describes the status of logging for a cluster.
{ "type": "object", "properties": { "LoggingEnabled": {}, "BucketName": {}, "S3KeyPrefix": {}, "LastSuccessfulDeliveryTime": {}, "LastFailureTime": {}, "LastFailureMessage": {}, "LogDestinationType": {}, "LogExports": {} }, "description": "Describes the status of logging for a cluster.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-logging-status-schema.json", "title": "LoggingStatus" }