Amazon Redshift · Schema

SqlParameter

AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

Properties

Name Type Description
name string The name of the parameter (without the colon prefix)
value string The value of the parameter
View JSON Schema on GitHub

JSON Schema

amazon-redshift-data-sql-parameter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SqlParameter",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the parameter (without the colon prefix)"
    },
    "value": {
      "type": "string",
      "description": "The value of the parameter"
    }
  }
}