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 ResultField = ResultField' {}
- newResultField :: ResultField
- resultField_field :: Lens' ResultField (Maybe Text)
- resultField_value :: Lens' ResultField (Maybe Text)
Documentation
data ResultField Source #
Contains one field from one log event returned by a CloudWatch Logs Insights query, along with the value of that field.
For more information about the fields that are generated by CloudWatch logs, see Supported Logs and Discovered Fields.
See: newResultField
smart constructor.
Instances
newResultField :: ResultField Source #
Create a value of ResultField
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:field:ResultField'
, resultField_field
- The log event field.
$sel:value:ResultField'
, resultField_value
- The value of this field.
resultField_field :: Lens' ResultField (Maybe Text) Source #
The log event field.
resultField_value :: Lens' ResultField (Maybe Text) Source #
The value of this field.