| 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.ApiGatewayV2.Types.AccessLogSettings
Description
Documentation
data AccessLogSettings Source #
Settings for logging access in a stage.
See: newAccessLogSettings smart constructor.
Constructors
| AccessLogSettings' | |
Instances
newAccessLogSettings :: AccessLogSettings Source #
Create a value of AccessLogSettings 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:destinationArn:AccessLogSettings', accessLogSettings_destinationArn - The ARN of the CloudWatch Logs log group to receive access logs.
$sel:format:AccessLogSettings', accessLogSettings_format - A single line format of the access logs of data, as specified by
selected $context variables. The format must include at least
$context.requestId.
accessLogSettings_destinationArn :: Lens' AccessLogSettings (Maybe Text) Source #
The ARN of the CloudWatch Logs log group to receive access logs.
accessLogSettings_format :: Lens' AccessLogSettings (Maybe Text) Source #
A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId.