AWS Redshift · JSON Structure

Redshift Data Statement List Structure

StatementList schema from Amazon Redshift

Type: array Properties: 0
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

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

JSON Structure

Raw ↑
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "CreatedAt": {},
      "Id": {},
      "IsBatchStatement": {},
      "QueryParameters": {},
      "QueryString": {},
      "QueryStrings": {},
      "SecretArn": {},
      "StatementName": {},
      "Status": {},
      "UpdatedAt": {}
    },
    "required": [
      "Id"
    ],
    "description": "The SQL statement to run."
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-data-statement-list-structure.json",
  "name": "StatementList",
  "description": "StatementList schema from Amazon Redshift"
}