Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data LoggingOptions = LoggingOptions' {}
- newLoggingOptions :: Text -> LoggingLevel -> Bool -> LoggingOptions
- loggingOptions_detectorDebugOptions :: Lens' LoggingOptions (Maybe (NonEmpty DetectorDebugOption))
- loggingOptions_roleArn :: Lens' LoggingOptions Text
- loggingOptions_level :: Lens' LoggingOptions LoggingLevel
- loggingOptions_enabled :: Lens' LoggingOptions Bool
Documentation
data LoggingOptions Source #
The values of the AWS IoT Events logging options.
See: newLoggingOptions
smart constructor.
LoggingOptions' | |
|
Instances
:: 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:detectorDebugOptions:LoggingOptions'
, loggingOptions_detectorDebugOptions
- Information that identifies those detector models and their detectors
(instances) for which the logging level is given.
$sel:roleArn:LoggingOptions'
, loggingOptions_roleArn
- The ARN of the role that grants permission to AWS IoT Events to perform
logging.
$sel:level:LoggingOptions'
, loggingOptions_level
- The logging level.
$sel:enabled:LoggingOptions'
, loggingOptions_enabled
- If TRUE, logging is enabled for AWS IoT Events.
loggingOptions_detectorDebugOptions :: Lens' LoggingOptions (Maybe (NonEmpty DetectorDebugOption)) Source #
Information that identifies those detector models and their detectors (instances) for which the logging level is given.
loggingOptions_roleArn :: Lens' LoggingOptions Text Source #
The ARN of the role that grants permission to AWS IoT Events to perform logging.
loggingOptions_level :: Lens' LoggingOptions LoggingLevel Source #
The logging level.
loggingOptions_enabled :: Lens' LoggingOptions Bool Source #
If TRUE, logging is enabled for AWS IoT Events.