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 AwsApiGatewayAccessLogSettings = AwsApiGatewayAccessLogSettings' {}
- newAwsApiGatewayAccessLogSettings :: AwsApiGatewayAccessLogSettings
- awsApiGatewayAccessLogSettings_format :: Lens' AwsApiGatewayAccessLogSettings (Maybe Text)
- awsApiGatewayAccessLogSettings_destinationArn :: Lens' AwsApiGatewayAccessLogSettings (Maybe Text)
Documentation
data AwsApiGatewayAccessLogSettings Source #
Contains information about settings for logging access for the stage.
See: newAwsApiGatewayAccessLogSettings
smart constructor.
Instances
newAwsApiGatewayAccessLogSettings :: AwsApiGatewayAccessLogSettings Source #
Create a value of AwsApiGatewayAccessLogSettings
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:format:AwsApiGatewayAccessLogSettings'
, awsApiGatewayAccessLogSettings_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
.
$sel:destinationArn:AwsApiGatewayAccessLogSettings'
, awsApiGatewayAccessLogSettings_destinationArn
- The ARN of the CloudWatch Logs log group that receives the access logs.
awsApiGatewayAccessLogSettings_format :: Lens' AwsApiGatewayAccessLogSettings (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
.
awsApiGatewayAccessLogSettings_destinationArn :: Lens' AwsApiGatewayAccessLogSettings (Maybe Text) Source #
The ARN of the CloudWatch Logs log group that receives the access logs.