awscc.rekognition_project

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - rekognition:DescribeProjects, rekognition:DeleteProject

update

Parent base class for filters and actions.

definitions:
  Arn:
    maxLength: 2048
    pattern: (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project/[a-zA-Z0-9_.\-]{1,255}/[0-9]+$)
    type: string
  ProjectName:
    description: The name of the project
    maxLength: 255
    minLength: 1
    pattern: '[a-zA-Z0-9][a-zA-Z0-9_\-]*'
    type: string
properties:
  type:
    enum:
    - update