Amazon Redshift · JSON Structure

Amazon Redshift Data Statement Data Structure

Type: object Properties: 12
AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

StatementData is a JSON Structure definition published by Amazon Redshift, describing 12 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Id StatementName Status CreatedAt UpdatedAt QueryString QueryParameters Database ClusterIdentifier WorkgroupName SecretArn IsBatchStatement

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StatementData",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "StatementName": {
      "type": "string"
    },
    "Status": {
      "type": "string"
    },
    "CreatedAt": {
      "type": "string"
    },
    "UpdatedAt": {
      "type": "string"
    },
    "QueryString": {
      "type": "string"
    },
    "QueryParameters": {
      "type": "array"
    },
    "Database": {
      "type": "string"
    },
    "ClusterIdentifier": {
      "type": "string"
    },
    "WorkgroupName": {
      "type": "string"
    },
    "SecretArn": {
      "type": "string"
    },
    "IsBatchStatement": {
      "type": "boolean"
    }
  }
}