Amazon Redshift · JSON Structure

Amazon Redshift Data List Statements Request Structure

Type: object Properties: 5
AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

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

Properties

MaxResults NextToken RoleLevel StatementName Status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ListStatementsRequest",
  "type": "object",
  "properties": {
    "MaxResults": {
      "type": "integer"
    },
    "NextToken": {
      "type": "string"
    },
    "RoleLevel": {
      "type": "boolean"
    },
    "StatementName": {
      "type": "string"
    },
    "Status": {
      "type": "string"
    }
  }
}