awscc.databrew_schedule

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - databrew:DeleteSchedule

update

Parent base class for filters and actions.

definitions:
  JobName:
    description: Job name
    maxLength: 255
    minLength: 1
    type: string
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    properties:
      Key:
        maxLength: 128
        minLength: 1
        type: string
      Value:
        maxLength: 256
        minLength: 0
        type: string
    required:
    - Value
    - Key
    type: object
properties:
  CronExpression:
    description: Schedule cron
    maxLength: 512
    minLength: 1
    type: string
  JobNames:
    insertionOrder: true
    items:
      description: Job name
      maxLength: 255
      minLength: 1
      type: string
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - databrew:UpdateSchedule