Amazon Redshift · Schema

CancelStatementRequest

AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

Properties

Name Type Description
Id string The identifier of the SQL statement to cancel
View JSON Schema on GitHub

JSON Schema

amazon-redshift-data-cancel-statement-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CancelStatementRequest",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string",
      "description": "The identifier of the SQL statement to cancel"
    }
  }
}