AWS Redshift · JSON Structure

Redshift Data Statement Data Structure

The SQL statement to run.

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

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

Properties

CreatedAt Id IsBatchStatement QueryParameters QueryString QueryStrings SecretArn StatementName Status UpdatedAt

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

JSON Structure

Raw ↑
{
  "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-data-structure.json",
  "name": "StatementData"
}