Interface ILogsDelivery.Jsii$Default
- All Superinterfaces:
ILogsDelivery,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ILogsDelivery.Jsii$Proxy
- Enclosing interface:
ILogsDelivery
Internal default implementation for
ILogsDelivery.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.logs.ILogsDelivery
ILogsDelivery.Jsii$Default, ILogsDelivery.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault ILogsDeliveryConfig(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 default 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.- Specified by:
bindin interfaceILogsDelivery- 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
-