Describes a parameter in a cluster parameter group.
{ "type": "object", "properties": { "ParameterName": {}, "ParameterValue": {}, "Description": {}, "Source": {}, "DataType": {}, "AllowedValues": {}, "ApplyType": {}, "IsModifiable": {}, "MinimumEngineVersion": {} }, "description": "Describes a parameter in a cluster parameter group.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-parameter-schema.json", "title": "Parameter" }