AWS Redshift · Schema

StatementId

StatementId schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-data-statement-id-schema.json Raw ↑
{
  "type": "string",
  "pattern": "^[a-z0-9]{8}(-[a-z0-9]{4}){3}-[a-z0-9]{12}(:\\d+)?$",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-data-statement-id-schema.json",
  "title": "StatementId",
  "description": "StatementId schema from Amazon Redshift"
}