Class FirelensOptions.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class FirelensOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FirelensOptions
An implementation for FirelensOptions
  • 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.ecs.FirelensOptions

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the FirelensOptions.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
     
    Custom configuration file, s3 or file.
    final String
    Custom configuration file, S3 ARN or a file path Both configFileType and configFileValue must be used together to define a custom configuration source.
    final Boolean
    By default, Amazon ECS adds additional fields in your log entries that help identify the source of the logs.
    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(FirelensOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the FirelensOptions.Builder.
  • Method Details

    • getConfigFileType

      public final FirelensConfigFileType getConfigFileType()
      Description copied from interface: FirelensOptions
      Custom configuration file, s3 or file.

      Both configFileType and configFileValue must be used together to define a custom configuration source.

      Default: - determined by checking configFileValue with S3 ARN.

      Specified by:
      getConfigFileType in interface FirelensOptions
    • getConfigFileValue

      public final String getConfigFileValue()
      Description copied from interface: FirelensOptions
      Custom configuration file, S3 ARN or a file path Both configFileType and configFileValue must be used together to define a custom configuration source.

      Default: - no config file value

      Specified by:
      getConfigFileValue in interface FirelensOptions
    • getEnableECSLogMetadata

      public final Boolean getEnableECSLogMetadata()
      Description copied from interface: FirelensOptions
      By default, Amazon ECS adds additional fields in your log entries that help identify the source of the logs.

      You can disable this action by setting enable-ecs-log-metadata to false.

      Default: - true

      Specified by:
      getEnableECSLogMetadata in interface FirelensOptions
    • $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