All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
ILoggingConfig.Jsii$Default
All Known Implementing Classes:
DisableLogging, EnableLogging, ILoggingConfig.Jsii$Proxy

@Generated(value="jsii-pacmak/1.109.0 (build c221850)", date="2025-03-19T18:01:45.396Z") @Stability(Deprecated) @Deprecated public interface ILoggingConfig extends software.amazon.jsii.JsiiSerializable
Deprecated.
(deprecated) Configuration interface for logging errors when data transformation or delivery fails.

This interface defines whether logging is enabled and optionally allows specifying a CloudWatch Log Group for storing error logs.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Deprecated.
    Internal default implementation for ILoggingConfig.
    static final class 
    Deprecated.
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    default ILogGroup
    Deprecated.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getLogging

      @Stability(Deprecated) @Deprecated @NotNull Boolean getLogging()
      Deprecated.
      (deprecated) If true, log errors when data transformation or data delivery fails.

      true when using EnableLogging, false when using DisableLogging.

    • getLogGroup

      @Stability(Deprecated) @Deprecated @Nullable default ILogGroup getLogGroup()
      Deprecated.
      (deprecated) 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.