Amazon Redshift · JSON Structure

Amazon Redshift Data Execute Statement Request Structure

Type: object Properties: 10
AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

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

Properties

ClusterIdentifier Database DbUser SecretArn Sql StatementName WithEvent WorkgroupName Parameters ClientToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ExecuteStatementRequest",
  "type": "object",
  "properties": {
    "ClusterIdentifier": {
      "type": "string"
    },
    "Database": {
      "type": "string"
    },
    "DbUser": {
      "type": "string"
    },
    "SecretArn": {
      "type": "string"
    },
    "Sql": {
      "type": "string"
    },
    "StatementName": {
      "type": "string"
    },
    "WithEvent": {
      "type": "boolean"
    },
    "WorkgroupName": {
      "type": "string"
    },
    "Parameters": {
      "type": "array"
    },
    "ClientToken": {
      "type": "string"
    }
  }
}