Class LogConfiguration.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class LogConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LogConfiguration
An implementation for LogConfiguration
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.LogConfiguration

    LogConfiguration.Builder, LogConfiguration.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the LogConfiguration.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final LogDriver
    (experimental) The log driver to use for the container.
    final Object
    (experimental) The configuration options to send to the log driver.
    (experimental) The secrets to pass to the log configuration as options.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(LogConfiguration.Builder builder)
      Constructor that initializes the object based on literal property values passed by the LogConfiguration.Builder.
  • Method Details

    • getLogDriver

      public final LogDriver getLogDriver()
      Description copied from interface: LogConfiguration
      (experimental) The log driver to use for the container.
      Specified by:
      getLogDriver in interface LogConfiguration
    • getOptions

      public final Object getOptions()
      Description copied from interface: LogConfiguration
      (experimental) The configuration options to send to the log driver.

      Default: - No configuration options are sent

      Specified by:
      getOptions in interface LogConfiguration
    • getSecretOptions

      public final List<ExposedSecret> getSecretOptions()
      Description copied from interface: LogConfiguration
      (experimental) The secrets to pass to the log configuration as options.

      For more information, see https://docs.aws.amazon.com/batch/latest/userguide/specifying-sensitive-data-secrets.html#secrets-logconfig

      Default: - No secrets are passed

      Specified by:
      getSecretOptions in interface LogConfiguration
    • $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