class
Amazonite::ApiGateway::AccessLogSettings
- Amazonite::ApiGateway::AccessLogSettings
- Reference
- Object
Overview
Access log settings, including the access log format and access log destination ARN.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/access_log_settings.crConstructors
- .new(pull : JSON::PullParser)
- .new(format : String | Nil = nil, destination_arn : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#destination_arn : String | Nil
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs.
-
#destination_arn=(destination_arn : String | Nil)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs.
-
#format : String | Nil
A single line format of the access logs of data, as specified by selected $context variables.
-
#format=(format : String | Nil)
A single line format of the access logs of data, as specified by selected $context variables.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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-.
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-.
A single line format of the access logs of data, as specified by selected $context variables.
The format must include at least $context.requestId.
A single line format of the access logs of data, as specified by selected $context variables.
The format must include at least $context.requestId.