@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.707Z") @Stability(value=Stable) public interface ILogSubscriptionDestination extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILogSubscriptionDestination.Jsii$Default
Internal default implementation for
ILogSubscriptionDestination. |
static class |
ILogSubscriptionDestination.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
LogSubscriptionDestinationConfig |
bind(software.constructs.Construct scope,
ILogGroup sourceLogGroup)
Return the properties required to send subscription events to this destination.
|
@Stability(value=Stable) @NotNull 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.
scope - This parameter is required.sourceLogGroup - This parameter is required.Copyright © 2022. All rights reserved.