AWS Redshift · JSON Structure

Redshift Logging Status Structure

Describes the status of logging for a cluster.

Type: object Properties: 8
AnalyticsBig DataCloud DatabaseData WarehouseSQL

LoggingStatus is a JSON Structure definition published by AWS Redshift, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

LoggingEnabled BucketName S3KeyPrefix LastSuccessfulDeliveryTime LastFailureTime LastFailureMessage LogDestinationType LogExports

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "LoggingEnabled": {},
    "BucketName": {},
    "S3KeyPrefix": {},
    "LastSuccessfulDeliveryTime": {},
    "LastFailureTime": {},
    "LastFailureMessage": {},
    "LogDestinationType": {},
    "LogExports": {}
  },
  "description": "Describes the status of logging for a cluster.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-logging-status-structure.json",
  "name": "LoggingStatus"
}