| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default GelfCompressionType |
GelfLogDriverProps.getCompressionType()
(experimental) UDP Only The type of compression the GELF driver uses to compress each log message.
|
GelfCompressionType |
GelfLogDriverProps.Jsii$Proxy.getCompressionType() |
static GelfCompressionType |
GelfCompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GelfCompressionType[] |
GelfCompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GelfLogDriver.Builder |
GelfLogDriver.Builder.compressionType(GelfCompressionType compressionType)
(experimental) UDP Only The type of compression the GELF driver uses to compress each log message.
|
GelfLogDriverProps.Builder |
GelfLogDriverProps.Builder.compressionType(GelfCompressionType compressionType)
Sets the value of
GelfLogDriverProps.getCompressionType() |
| Constructor and Description |
|---|
Jsii$Proxy(String address,
Number compressionLevel,
GelfCompressionType compressionType,
Number tcpMaxReconnect,
Duration tcpReconnectDelay,
List<String> env,
String envRegex,
List<String> labels,
String tag)
Constructor that initializes the object based on literal property values passed by the
GelfLogDriverProps.Builder. |
Copyright © 2021. All rights reserved.