public static interface ILogSubscriptionDestination.Jsii$Default extends ILogSubscriptionDestination
ILogSubscriptionDestination
.ILogSubscriptionDestination.Jsii$Default, ILogSubscriptionDestination.Jsii$Proxy
Modifier and Type | Method and Description |
---|---|
default LogSubscriptionDestinationConfig |
bind(Construct scope,
ILogGroup sourceLogGroup)
Return the properties required to send subscription events to this destination.
|
default LogSubscriptionDestinationConfig bind(Construct scope, 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 ILogSubscriptionDestination
scope
- This parameter is required.sourceLogGroup
- This parameter is required.