| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTAnalytics.Types.LoggingOptions
Description
Documentation
data LoggingOptions Source #
Information about logging options.
See: newLoggingOptions smart constructor.
Constructors
| LoggingOptions' | |
Instances
Arguments
| :: Text | |
| -> LoggingLevel | |
| -> Bool | |
| -> LoggingOptions |
Create a value of LoggingOptions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:roleArn:LoggingOptions', loggingOptions_roleArn - The ARN of the role that grants permission to IoT Analytics to perform
logging.
$sel:level:LoggingOptions', loggingOptions_level - The logging level. Currently, only ERROR is supported.
$sel:enabled:LoggingOptions', loggingOptions_enabled - If true, logging is enabled for IoT Analytics.
loggingOptions_roleArn :: Lens' LoggingOptions Text Source #
The ARN of the role that grants permission to IoT Analytics to perform logging.
loggingOptions_level :: Lens' LoggingOptions LoggingLevel Source #
The logging level. Currently, only ERROR is supported.
loggingOptions_enabled :: Lens' LoggingOptions Bool Source #
If true, logging is enabled for IoT Analytics.