public static interface AccessLogSettings.Builder extends SdkPojo, CopyableBuilder<AccessLogSettings.Builder,AccessLogSettings>
| Modifier and Type | Method and Description |
|---|---|
AccessLogSettings.Builder |
destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to
receive access logs.
|
AccessLogSettings.Builder |
format(String format)
A single line format of the access logs of data, as specified by selected $context variables.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessLogSettings.Builder format(String 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.
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.AccessLogSettings.Builder destinationArn(String destinationArn)
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-.
destinationArn - 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-.Copyright © 2023. All rights reserved.