java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.destinations.alpha.ILoggingConfig.Jsii$Proxy
All Implemented Interfaces:
ILoggingConfig, ILoggingConfig.Jsii$Default, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ILoggingConfig

@Internal public static final class ILoggingConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ILoggingConfig.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
  • 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.kinesisfirehose.destinations.alpha.ILoggingConfig

    ILoggingConfig.Jsii$Default, ILoggingConfig.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final Boolean
    (experimental) If true, log errors when data transformation or data delivery fails.
    final ILogGroup
    (experimental) The CloudWatch log group where log streams will be created to hold error logs.

    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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • getLogging

      @Stability(Experimental) @NotNull public final Boolean getLogging()
      (experimental) If true, log errors when data transformation or data delivery fails.

      true when using EnableLogging, false when using DisableLogging.

      Specified by:
      getLogging in interface ILoggingConfig
      Specified by:
      getLogging in interface ILoggingConfig.Jsii$Default
    • getLogGroup

      @Stability(Experimental) @Nullable public final ILogGroup getLogGroup()
      (experimental) The CloudWatch log group where log streams will be created to hold error logs.

      Default: - if `logging` is set to `true`, a log group will be created for you.

      Specified by:
      getLogGroup in interface ILoggingConfig
      Specified by:
      getLogGroup in interface ILoggingConfig.Jsii$Default