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
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.ILogSubscriptionDestination
ILogSubscriptionDestination.Jsii$Default, ILogSubscriptionDestination.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault LogSubscriptionDestinationConfig
Return the properties required to send subscription events to this destination.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
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 interfaceILogSubscriptionDestination
- Parameters:
scope
- This parameter is required.sourceLogGroup
- This parameter is required.
-