awscc.athena_preparedstatement

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - athena:DeletePreparedStatement

update

Parent base class for filters and actions.

properties:
  Description:
    description: The description of the prepared statement.
    maxLength: 1024
    minLength: 1
    type: string
  QueryStatement:
    description: The query string for the prepared statement.
    maxLength: 262144
    minLength: 1
    type: string
  type:
    enum:
    - update

Permissions - athena:UpdatePreparedStatement