AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.APIGateway.Model.AccessLogSettings

Namespace: Amazon.APIGateway.Model
Assembly: AWSSDK.APIGateway.dll
Version: 3.x.y.z

Syntax

C#
public class AccessLogSettings

The AccessLogSettings type exposes the following members

Constructors

NameDescription
Public Method AccessLogSettings()

Properties

NameTypeDescription
Public Property DestinationArn System.String

Gets and sets the property 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-.

Public Property Format System.String

Gets and sets the property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5