class Aws::IoTAnalytics::Types::LoggingOptions
Information about logging options.
@note When making an API call, you may pass LoggingOptions
data as a hash: { role_arn: "RoleArn", # required level: "ERROR", # required, accepts ERROR enabled: false, # required }
@!attribute [rw] role_arn
The ARN of the role that grants permission to IoT Analytics to perform logging. @return [String]
@!attribute [rw] level
The logging level. Currently, only ERROR is supported. @return [String]
@!attribute [rw] enabled
If true, logging is enabled for IoT Analytics. @return [Boolean]
Constants
- SENSITIVE