AWS Redshift · Schema

ScheduledActionFilter

A set of elements to filter the returned scheduled actions.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

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

JSON Schema

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