LogConfiguration

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The log driver to use for the container. The valid values that are listed for this parameter are log drivers that the Amazon ECS container agent can communicate with by default.

Link copied to clipboard

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 in to your container instance and run the following command: sudo docker version | grep "Server API version"

Link copied to clipboard

The secrets to pass to the log configuration. For more information, see Specifying sensitive data in the Batch User Guide.

Functions

Link copied to clipboard
inline fun copy(block: LogConfiguration.Builder.() -> Unit = {}): LogConfiguration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String