@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.742Z") @Stability(value=Experimental) public class LambdaDestination extends software.amazon.jsii.JsiiObject implements ILogSubscriptionDestination
software.amazon.jsii.JsiiObject.InitializationModeILogSubscriptionDestination.Jsii$Default, ILogSubscriptionDestination.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
LambdaDestination(IFunction fn) |
protected |
LambdaDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LambdaDestination(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
LogSubscriptionDestinationConfig |
bind(software.constructs.Construct scope,
ILogGroup logGroup)
(experimental) Return the properties required to send subscription events to this destination.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected LambdaDestination(software.amazon.jsii.JsiiObjectRef objRef)
protected LambdaDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public LambdaDestination(@NotNull
IFunction fn)
fn - This parameter is required.@Stability(value=Experimental) @NotNull public LogSubscriptionDestinationConfig bind(@NotNull software.constructs.Construct scope, @NotNull ILogGroup logGroup)
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.logGroup - This parameter is required.Copyright © 2021. All rights reserved.