AWS Redshift · JSON Structure

Redshift Parameter Structure

Describes a parameter in a cluster parameter group.

Type: object Properties: 9
AnalyticsBig DataCloud DatabaseData WarehouseSQL

Parameter is a JSON Structure definition published by AWS Redshift, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ParameterName ParameterValue Description Source DataType AllowedValues ApplyType IsModifiable MinimumEngineVersion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ParameterName": {},
    "ParameterValue": {},
    "Description": {},
    "Source": {},
    "DataType": {},
    "AllowedValues": {},
    "ApplyType": {},
    "IsModifiable": {},
    "MinimumEngineVersion": {}
  },
  "description": "Describes a parameter in a cluster parameter group.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-parameter-structure.json",
  "name": "Parameter"
}