You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::EnableIoTLoggingParams

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing EnableIoTLoggingParams as input to an Aws::Client method, you can use a vanilla Hash:

{
  role_arn_for_logging: "RoleArn", # required
  log_level: "DEBUG", # required, accepts DEBUG, INFO, ERROR, WARN, DISABLED
}

Parameters used when defining a mitigation action that enable AWS IoT logging.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#log_levelString

Specifies the types of information to be logged.

Possible values:

  • DEBUG
  • INFO
  • ERROR
  • WARN
  • DISABLED

Returns:

  • (String)

    Specifies the types of information to be logged.

#role_arn_for_loggingString

The ARN of the IAM role used for logging.

Returns:

  • (String)

    The ARN of the IAM role used for logging.