Class GelfLogDriverProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.GelfLogDriverProps.Jsii$Proxy
All Implemented Interfaces:
BaseLogDriverProps, GelfLogDriverProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
GelfLogDriverProps

@Stability(Stable) @Internal public static final class GelfLogDriverProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GelfLogDriverProps
An implementation for GelfLogDriverProps
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(GelfLogDriverProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the GelfLogDriverProps.Builder.
  • Method Details

    • getAddress

      public final String getAddress()
      Description copied from interface: GelfLogDriverProps
      The address of the GELF server.

      tcp and udp are the only supported URI specifier and you must specify the port.

      Specified by:
      getAddress in interface GelfLogDriverProps
    • getCompressionLevel

      public final Number getCompressionLevel()
      Description copied from interface: GelfLogDriverProps
      UDP Only The level of compression when gzip or zlib is the gelf-compression-type.

      An integer in the range of -1 to 9 (BestCompression). Higher levels provide more compression at lower speed. Either -1 or 0 disables compression.

      Default: - 1

      Specified by:
      getCompressionLevel in interface GelfLogDriverProps
    • getCompressionType

      public final GelfCompressionType getCompressionType()
      Description copied from interface: GelfLogDriverProps
      UDP Only The type of compression the GELF driver uses to compress each log message.

      Allowed values are gzip, zlib and none.

      Default: - gzip

      Specified by:
      getCompressionType in interface GelfLogDriverProps
    • getTcpMaxReconnect

      public final Number getTcpMaxReconnect()
      Description copied from interface: GelfLogDriverProps
      TCP Only The maximum number of reconnection attempts when the connection drop.

      A positive integer.

      Default: - 3

      Specified by:
      getTcpMaxReconnect in interface GelfLogDriverProps
    • getTcpReconnectDelay

      public final Duration getTcpReconnectDelay()
      Description copied from interface: GelfLogDriverProps
      TCP Only The number of seconds to wait between reconnection attempts.

      A positive integer.

      Default: - 1

      Specified by:
      getTcpReconnectDelay in interface GelfLogDriverProps
    • getEnv

      public final List<String> getEnv()
      Description copied from interface: BaseLogDriverProps
      The env option takes an array of keys.

      If there is collision between label and env keys, the value of the env takes precedence. Adds additional fields to the extra attributes of a logging message.

      Default: - No env

      Specified by:
      getEnv in interface BaseLogDriverProps
    • getEnvRegex

      public final String getEnvRegex()
      Description copied from interface: BaseLogDriverProps
      The env-regex option is similar to and compatible with env.

      Its value is a regular expression to match logging-related environment variables. It is used for advanced log tag options.

      Default: - No envRegex

      Specified by:
      getEnvRegex in interface BaseLogDriverProps
    • getLabels

      public final List<String> getLabels()
      Description copied from interface: BaseLogDriverProps
      The labels option takes an array of keys.

      If there is collision between label and env keys, the value of the env takes precedence. Adds additional fields to the extra attributes of a logging message.

      Default: - No labels

      Specified by:
      getLabels in interface BaseLogDriverProps
    • getTag

      public final String getTag()
      Description copied from interface: BaseLogDriverProps
      By default, Docker uses the first 12 characters of the container ID to tag log messages.

      Refer to the log tag option documentation for customizing the log tag format.

      Default: - The first 12 characters of the container ID

      Specified by:
      getTag in interface BaseLogDriverProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object