Values.AccessLogSettingsSourceAccess log settings, including the access log format and access log destination ARN.
type nonrec t = {format : String_.t option;A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId.
*)destinationArn : String_.t option;The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-.
*)}