@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.742Z") @Stability(value=Experimental) public class KinesisDestination extends software.amazon.jsii.JsiiObject implements ILogSubscriptionDestination
software.amazon.jsii.JsiiObject.InitializationModeILogSubscriptionDestination.Jsii$Default, ILogSubscriptionDestination.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
KinesisDestination(IStream stream) |
protected |
KinesisDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
KinesisDestination(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
LogSubscriptionDestinationConfig |
bind(software.constructs.Construct scope,
ILogGroup _sourceLogGroup)
(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 KinesisDestination(software.amazon.jsii.JsiiObjectRef objRef)
protected KinesisDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public KinesisDestination(@NotNull
IStream stream)
stream - This parameter is required.@Stability(value=Experimental) @NotNull public 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.