AWS Redshift · JSON Structure

Redshift Enable Logging Message Structure

Type: object Properties: 5 Required: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

EnableLoggingMessage is a JSON Structure definition published by AWS Redshift, describing 5 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ClusterIdentifier BucketName S3KeyPrefix LogDestinationType LogExports

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterIdentifier": {},
    "BucketName": {},
    "S3KeyPrefix": {},
    "LogDestinationType": {},
    "LogExports": {}
  },
  "required": [
    "ClusterIdentifier"
  ],
  "description": "<p/>",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-enable-logging-message-structure.json",
  "name": "EnableLoggingMessage"
}