Skip to main content

AWSAPIGatewayV2StageAccessLogSettings

No description

type AWSAPIGatewayV2StageAccessLogSettings {
destinationArn: String!
format: String!
}

Fields

AWSAPIGatewayV2StageAccessLogSettings.destinationArn ● String! non-null scalar

The ARN of the CloudWatch Logs log group to receive access logs

AWSAPIGatewayV2StageAccessLogSettings.format ● String! non-null scalar

A single line format of the access logs of data, as specified by selected $context variables

Member of

AWSAPIGatewayV2Stage object