AccessLogSettings class

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

Constructors

AccessLogSettings({String? destinationArn, String? format})
AccessLogSettings.fromJson(Map<String, dynamic> json)
factory

Properties

destinationArn String?
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-.
final
format String?
A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited