@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.325Z") @Stability(value=Stable) public class SqsDestination extends software.amazon.jsii.JsiiObject implements IDestination
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.lambda.destinations.*; import software.amazon.awscdk.services.sqs.*; Queue queue; SqsDestination sqsDestination = new SqsDestination(queue);
software.amazon.jsii.JsiiObject.InitializationModeIDestination.Jsii$Default, IDestination.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
SqsDestination(IQueue queue) |
protected |
SqsDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SqsDestination(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
DestinationConfig |
bind(software.constructs.Construct _scope,
IFunction fn)
Returns a destination configuration.
|
DestinationConfig |
bind(software.constructs.Construct _scope,
IFunction fn,
DestinationOptions _options)
Returns a destination configuration.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SqsDestination(software.amazon.jsii.JsiiObjectRef objRef)
protected SqsDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public SqsDestination(@NotNull
IQueue queue)
queue - This parameter is required.@Stability(value=Stable) @NotNull public DestinationConfig bind(@NotNull software.constructs.Construct _scope, @NotNull IFunction fn, @Nullable DestinationOptions _options)
bind in interface IDestination_scope - This parameter is required.fn - This parameter is required._options - @Stability(value=Stable) @NotNull public DestinationConfig bind(@NotNull software.constructs.Construct _scope, @NotNull IFunction fn)
bind in interface IDestination_scope - This parameter is required.fn - This parameter is required.Copyright © 2021. All rights reserved.