AWS Redshift · Schema

NodeConfigurationOptionsFilter

A set of elements to filter the returned node configurations.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
Name object
Operator object
Values object
View JSON Schema on GitHub

JSON Schema

redshift-node-configuration-options-filter-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Name": {},
    "Operator": {},
    "Values": {}
  },
  "description": "A set of elements to filter the returned node configurations.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-node-configuration-options-filter-schema.json",
  "title": "NodeConfigurationOptionsFilter"
}