@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-10T17:05:56.501Z") @Stability(value=Stable) 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()
The Amazon Resource Name (ARN) of the destination resource.
|
@Stability(value=Stable) @NotNull String getDestination()
@Stability(value=Stable) static DlqDestinationConfig.Builder builder()
DlqDestinationConfig.Builder of DlqDestinationConfigCopyright © 2023. All rights reserved.