Amazon API Gateway Deployment AccessLogSetting
The
AccessLogSetting property type specifies settings for logging access in this stage.
AccessLogSetting is a property of the StageDescription property
type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DestinationArn" :, "Format" :String}String
YAML
DestinationArn:Format:StringString
Properties
DestinationArn-
The Amazon Resource Name (ARN) of the CloudWatch Logs log group to receive access logs
Required: No
Type: String
Update requires: No interruption
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.Required: No
Type: String
Update requires: No interruption
See Also
-
accessLogSettings in the API Gateway API Reference
