| 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.CloudWatchLogs.Types.LogGroupField
Description
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.
Constructors
| LogGroupField' | |
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:name:LogGroupField', logGroupField_name - The name of a log field.
$sel:percent:LogGroupField', logGroupField_percent - The percentage of log events queried that contained the field.
logGroupField_name :: Lens' LogGroupField (Maybe Text) Source #
The name of a log field.
logGroupField_percent :: Lens' LogGroupField (Maybe Natural) Source #
The percentage of log events queried that contained the field.