awscc.lookoutvision_project

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - lookoutvision:DeleteProject

update

Parent base class for filters and actions.

definitions:
  Arn:
    maxLength: 1000
    type: string
  ProjectName:
    description: The name of the Amazon Lookout for Vision project
    maxLength: 255
    minLength: 1
    pattern: '[a-zA-Z0-9][a-zA-Z0-9_\-]*'
    type: string
properties:
  type:
    enum:
    - update