AWS Redshift · JSON Structure

Redshift Scheduled Action Filter Structure

A set of elements to filter the returned scheduled actions.

Type: object Properties: 2 Required: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ScheduledActionFilter is a JSON Structure definition published by AWS Redshift, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name Values

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Name": {},
    "Values": {}
  },
  "required": [
    "Name",
    "Values"
  ],
  "description": "A set of elements to filter the returned scheduled actions. ",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-scheduled-action-filter-structure.json",
  "name": "ScheduledActionFilter"
}