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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILogsDelivery.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(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.
logType-- The type of logs that the delivery source will produce.
sourceResourceArn-- The Arn of the source resource.
- Returns:
- The delivery reference
-