@Internal public static interface ILogSubscriptionDestination.Jsii$Default extends ILogSubscriptionDestination
ILogSubscriptionDestination.ILogSubscriptionDestination.Jsii$Default, ILogSubscriptionDestination.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default LogSubscriptionDestinationConfig |
bind(software.constructs.Construct scope,
ILogGroup sourceLogGroup)
(experimental) Return the properties required to send subscription events to this destination.
|
@Stability(value=Experimental) @NotNull default LogSubscriptionDestinationConfig bind(@NotNull software.constructs.Construct scope, @NotNull ILogGroup sourceLogGroup)
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.
bind in interface ILogSubscriptionDestinationscope - This parameter is required.sourceLogGroup - This parameter is required.Copyright © 2021. All rights reserved.