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
data LogGroupField Source #
The fields contained in log events found by a GetLogGroupFields
operation, along with the percentage of queried log events in which each
field appears.
See: newLogGroupField
smart constructor.
Instances
newLogGroupField :: LogGroupField Source #
Create a value of LogGroupField
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:percent:LogGroupField'
, logGroupField_percent
- The percentage of log events queried that contained the field.
$sel:name:LogGroupField'
, logGroupField_name
- The name of a log field.
logGroupField_percent :: Lens' LogGroupField (Maybe Natural) Source #
The percentage of log events queried that contained the field.
logGroupField_name :: Lens' LogGroupField (Maybe Text) Source #
The name of a log field.