AWS Redshift · Schema

EnableLoggingMessage

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
ClusterIdentifier object
BucketName object
S3KeyPrefix object
LogDestinationType object
LogExports object
View JSON Schema on GitHub

JSON Schema

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