AWS Redshift · Schema

LoggingStatus

Describes the status of logging for a cluster.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
LoggingEnabled object
BucketName object
S3KeyPrefix object
LastSuccessfulDeliveryTime object
LastFailureTime object
LastFailureMessage object
LogDestinationType object
LogExports object
View JSON Schema on GitHub

JSON Schema

redshift-logging-status-schema.json Raw ↑
{
  "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"
}