| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default GelfCompressionType |
GelfLogDriverProps.getCompressionType()
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)
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() |
Copyright © 2022. All rights reserved.