Amazon Redshift · JSON Structure

Amazon Redshift Data Batch Execute Statement Response Structure

Type: object Properties: 7
AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

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

Properties

Id CreatedAt Database DbUser ClusterIdentifier WorkgroupName SecretArn

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BatchExecuteStatementResponse",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "CreatedAt": {
      "type": "string"
    },
    "Database": {
      "type": "string"
    },
    "DbUser": {
      "type": "string"
    },
    "ClusterIdentifier": {
      "type": "string"
    },
    "WorkgroupName": {
      "type": "string"
    },
    "SecretArn": {
      "type": "string"
    }
  }
}