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.

An object that represents an access log file.

Inheritance Hierarchy

System.Object
  Amazon.AppMesh.Model.FileAccessLog

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

Syntax

C#
public class FileAccessLog

The FileAccessLog type exposes the following members

Constructors

NameDescription
Public Method FileAccessLog()

Properties

NameTypeDescription
Public Property Format Amazon.AppMesh.Model.LoggingFormat

Gets and sets the property Format.

The specified format for the logs. The format is either json_format or text_format.

Public Property Path System.String

Gets and sets the property Path.

The file path to write access logs to. You can use /dev/stdout to send access logs to standard out and configure your Envoy container to use a log driver, such as awslogs, to export the access logs to a log storage service such as Amazon CloudWatch Logs. You can also specify a path in the Envoy container's file system to write the files to disk.

The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.

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