class Aws::ApiGatewayV2::Types::AccessLogSettings

Settings for logging access in a stage.

@note When making an API call, you may pass AccessLogSettings

data as a hash:

    {
      destination_arn: "Arn",
      format: "StringWithLengthBetween1And1024",
    }

@!attribute [rw] destination_arn

The ARN of the CloudWatch Logs log group to receive access logs.
@return [String]

@!attribute [rw] 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.
@return [String]

Constants

SENSITIVE