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
Documentation
A log target.
See: newLogTarget
smart constructor.
LogTarget' | |
|
Instances
Eq LogTarget Source # | |
Read LogTarget Source # | |
Show LogTarget Source # | |
Generic LogTarget Source # | |
NFData LogTarget Source # | |
Defined in Amazonka.IoT.Types.LogTarget | |
Hashable LogTarget Source # | |
Defined in Amazonka.IoT.Types.LogTarget | |
ToJSON LogTarget Source # | |
Defined in Amazonka.IoT.Types.LogTarget | |
FromJSON LogTarget Source # | |
type Rep LogTarget Source # | |
Defined in Amazonka.IoT.Types.LogTarget type Rep LogTarget = D1 ('MetaData "LogTarget" "Amazonka.IoT.Types.LogTarget" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "LogTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LogTargetType))) |
Create a value of LogTarget
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:targetName:LogTarget'
, logTarget_targetName
- The target name.
$sel:targetType:LogTarget'
, logTarget_targetType
- The target type.
logTarget_targetType :: Lens' LogTarget LogTargetType Source #
The target type.