Java com.amazonaws.services.ecs.model LogConfiguration fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ecs.model LogConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ecs.model LogConfiguration.

The text is from its open source code.

Constructor

Method

voidsetLogDriver(String logDriver)

The log driver to use for the container.

voidsetLogDriver(LogDriver logDriver)

The log driver to use for the container.

voidsetOptions(java.util.Map options)

The configuration options to send to the log driver.