awscc.iot_resourcespecificlogging

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - iot:ListV2LoggingLevels, iot:DeleteV2LoggingLevel

update

Parent base class for filters and actions.

definitions: {}
properties:
  LogLevel:
    description: 'The log level for a specific target. Valid values are: ERROR, WARN,
      INFO, DEBUG, or DISABLED.'
    enum:
    - ERROR
    - WARN
    - INFO
    - DEBUG
    - DISABLED
    type: string
  type:
    enum:
    - update

Permissions - iot:ListV2LoggingLevels, iot:SetV2LoggingLevel