Interface ILogSubscriptionDestination.Jsii$Default

All Superinterfaces:
ILogSubscriptionDestination, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ILogSubscriptionDestination.Jsii$Proxy
Enclosing interface:
ILogSubscriptionDestination

@Internal public static interface ILogSubscriptionDestination.Jsii$Default extends ILogSubscriptionDestination
Internal default implementation for ILogSubscriptionDestination.
  • Method Details

    • bind

      @Stability(Stable) @NotNull default 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.

      Specified by:
      bind in interface ILogSubscriptionDestination
      Parameters:
      scope - This parameter is required.
      sourceLogGroup - This parameter is required.