@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:11.357Z") @Stability(value=Experimental) public interface DlqDestinationConfig extends software.amazon.jsii.JsiiSerializable
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.*;
DlqDestinationConfig dlqDestinationConfig = DlqDestinationConfig.builder()
.destination("destination")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DlqDestinationConfig.Builder
A builder for
DlqDestinationConfig |
static class |
DlqDestinationConfig.Jsii$Proxy
An implementation for
DlqDestinationConfig |
| Modifier and Type | Method and Description |
|---|---|
static DlqDestinationConfig.Builder |
builder() |
String |
getDestination()
(experimental) The Amazon Resource Name (ARN) of the destination resource.
|
@Stability(value=Experimental) @NotNull String getDestination()
@Stability(value=Experimental) static DlqDestinationConfig.Builder builder()
DlqDestinationConfig.Builder of DlqDestinationConfigCopyright © 2022. All rights reserved.