Interface ILogSubscriptionDestination

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
ILogSubscriptionDestination.Jsii$Default
All Known Implementing Classes:
CrossAccountDestination, ILogSubscriptionDestination.Jsii$Proxy, KinesisDestination, LambdaDestination

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:38.100Z") @Stability(Stable) public interface ILogSubscriptionDestination extends software.amazon.jsii.JsiiSerializable
Interface for classes that can be the destination of a log Subscription.
  • Method Details

    • bind

      @Stability(Stable) @NotNull LogSubscriptionDestinationConfig bind(@NotNull Construct scope, @NotNull ILogGroup sourceLogGroup)
      Return the properties required to send subscription events to this destination.

      If necessary, the destination can use the properties of the SubscriptionFilter object itself to configure its permissions to allow the subscription to write to it.

      The destination may reconfigure its own permissions in response to this function call.

      Parameters:
      scope - This parameter is required.
      sourceLogGroup - This parameter is required.