| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
GelfLogDriver.Builder |
GelfLogDriver.Builder.address(String address)
(experimental) The address of the GELF server.
|
GelfLogDriver.Builder |
GelfLogDriver.Builder.compressionLevel(Number compressionLevel)
(experimental) UDP Only The level of compression when gzip or zlib is the gelf-compression-type.
|
GelfLogDriver.Builder |
GelfLogDriver.Builder.compressionType(GelfCompressionType compressionType)
(experimental) UDP Only The type of compression the GELF driver uses to compress each log message.
|
static GelfLogDriver.Builder |
GelfLogDriver.Builder.create() |
GelfLogDriver.Builder |
GelfLogDriver.Builder.env(List<String> env)
(experimental) The env option takes an array of keys.
|
GelfLogDriver.Builder |
GelfLogDriver.Builder.envRegex(String envRegex)
(experimental) The env-regex option is similar to and compatible with env.
|
GelfLogDriver.Builder |
GelfLogDriver.Builder.labels(List<String> labels)
(experimental) The labels option takes an array of keys.
|
GelfLogDriver.Builder |
GelfLogDriver.Builder.tag(String tag)
(experimental) By default, Docker uses the first 12 characters of the container ID to tag log messages.
|
GelfLogDriver.Builder |
GelfLogDriver.Builder.tcpMaxReconnect(Number tcpMaxReconnect)
(experimental) TCP Only The maximum number of reconnection attempts when the connection drop.
|
GelfLogDriver.Builder |
GelfLogDriver.Builder.tcpReconnectDelay(Duration tcpReconnectDelay)
(experimental) TCP Only The number of seconds to wait between reconnection attempts.
|
Copyright © 2021. All rights reserved.