AWS SDK Version 2 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.

.NET Framework 3.5
 
Log configuration options to send to a custom log driver for the container.

Inheritance Hierarchy

System.Object
  Amazon.ECS.Model.LogConfiguration

Namespace: Amazon.ECS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class LogConfiguration : Object

The LogConfiguration type exposes the following members

Constructors

NameDescription
Public Method LogConfiguration()

Properties

NameTypeDescription
Public Property LogDriver Amazon.ECS.LogDriver Gets and sets the property LogDriver.

The log driver to use for the container. This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log into your container instance and run the following command: sudo docker version | grep "Server API version"

Public Property Options System.Collections.Generic.Dictionary<System.String, System.String> Gets and sets the property Options.

The configuration options to send to the log driver. This parameter requires version 1.19 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log into your container instance and run the following command: sudo docker version | grep "Server API version"

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8