AWS Redshift · JSON Structure

Redshift Scheduled Action Structure

Describes a scheduled action. You can use a scheduled action to trigger some Amazon Redshift API operations on a schedule. For information about which API operations can be scheduled, see ScheduledActionType.

Type: object Properties: 9
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ScheduledAction 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

ScheduledActionName TargetAction Schedule IamRole ScheduledActionDescription State NextInvocations StartTime EndTime

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ScheduledActionName": {},
    "TargetAction": {},
    "Schedule": {},
    "IamRole": {},
    "ScheduledActionDescription": {},
    "State": {},
    "NextInvocations": {},
    "StartTime": {},
    "EndTime": {}
  },
  "description": "Describes a scheduled action. You can use a scheduled action to trigger some Amazon Redshift API operations on a schedule. For information about which API operations can be scheduled, see <a>ScheduledActionType</a>. ",
  "$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-structure.json",
  "name": "ScheduledAction"
}