awscc.iot_logging

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - iot:SetV2LoggingOptions, iot:GetV2LoggingOptions

update

Parent base class for filters and actions.

definitions: {}
properties:
  DefaultLogLevel:
    description: 'The log level to use. Valid values are: ERROR, WARN, INFO, DEBUG,
      or DISABLED.'
    enum:
    - ERROR
    - WARN
    - INFO
    - DEBUG
    - DISABLED
    type: string
  RoleArn:
    description: The ARN of the role that allows IoT to write to Cloudwatch logs.
    maxLength: 2048
    minLength: 20
    type: string
  type:
    enum:
    - update

Permissions - iot:SetV2LoggingOptions, iot:GetV2LoggingOptions, iam:PassRole