Interface ILogsDelivery

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
ILogsDelivery.Jsii$Default
All Known Implementing Classes:
FirehoseLogsDelivery, ILogsDelivery.Jsii$Proxy, LogGroupLogsDelivery, S3LogsDelivery, XRayLogsDelivery

@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)", date="2025-12-18T18:20:27.982Z") @Stability(Experimental) public interface ILogsDelivery extends software.amazon.jsii.JsiiSerializable
(experimental) Represents the delivery of vended logs to a destination.
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    bind(software.constructs.IConstruct scope, String logType, String sourceResourceArn)
    (experimental) Binds the log delivery to a source resource and creates a delivery connection between the source and destination.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

      @Stability(Experimental) @NotNull ILogsDeliveryConfig bind(@NotNull software.constructs.IConstruct scope, @NotNull String logType, @NotNull String sourceResourceArn)
      (experimental) Binds the log delivery to a source resource and creates a delivery connection between the source and destination.

      Parameters:
      scope -
      • The construct scope.
      This parameter is required.
      logType -
      • The type of logs that the delivery source will produce.
      This parameter is required.
      sourceResourceArn -
      • The Arn of the source resource.
      This parameter is required.
      Returns:
      The delivery reference