AWSAPIGatewayRestAPIStageAccessLogSettings
No description
type AWSAPIGatewayRestAPIStageAccessLogSettings {
destinationArn: String!
format: String!
}
Fields
AWSAPIGatewayRestAPIStageAccessLogSettings.destinationArn
● String!
non-null scalar
The ARN of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs
AWSAPIGatewayRestAPIStageAccessLogSettings.format
● String!
non-null scalar
A single line format of the access logs of data, as specified by selected $context variables
Member of
AWSAPIGatewayRestAPIStage
object