

# AccessLogSettings
<a name="API_AccessLogSettings"></a>

Access log settings, including the access log format and access log destination ARN.

## Contents
<a name="API_AccessLogSettings_Contents"></a>

 ** destinationArn **   <a name="apigw-Type-AccessLogSettings-destinationArn"></a>
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-`.  
Type: String  
Required: No

 ** format **   <a name="apigw-Type-AccessLogSettings-format"></a>
A single line format of the access logs of data, as specified by selected \$1context variables. The format must include at least `$context.requestId`.  
Type: String  
Required: No

## See Also
<a name="API_AccessLogSettings_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/apigateway-2015-07-09/AccessLogSettings) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/apigateway-2015-07-09/AccessLogSettings) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/apigateway-2015-07-09/AccessLogSettings) 