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 |
Documentation
data EnableIoTLoggingParams Source #
Parameters used when defining a mitigation action that enable Amazon Web Services IoT Core logging.
See: newEnableIoTLoggingParams
smart constructor.
EnableIoTLoggingParams' | |
|
Instances
newEnableIoTLoggingParams Source #
:: Text | |
-> LogLevel | |
-> EnableIoTLoggingParams |
Create a value of EnableIoTLoggingParams
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:roleArnForLogging:EnableIoTLoggingParams'
, enableIoTLoggingParams_roleArnForLogging
- The Amazon Resource Name (ARN) of the IAM role used for logging.
$sel:logLevel:EnableIoTLoggingParams'
, enableIoTLoggingParams_logLevel
- Specifies the type of information to be logged.
enableIoTLoggingParams_roleArnForLogging :: Lens' EnableIoTLoggingParams Text Source #
The Amazon Resource Name (ARN) of the IAM role used for logging.
enableIoTLoggingParams_logLevel :: Lens' EnableIoTLoggingParams LogLevel Source #
Specifies the type of information to be logged.