Interface DlqDestinationConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DlqDestinationConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-24T13:34:41.216Z")
@Stability(Stable)
public interface DlqDestinationConfig
extends software.amazon.jsii.JsiiSerializable
A destination configuration.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDlqDestinationConfigstatic final classAn implementation forDlqDestinationConfig -
Method Summary
Modifier and TypeMethodDescriptionstatic DlqDestinationConfig.Builderbuilder()The Amazon Resource Name (ARN) of the destination resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestination
The Amazon Resource Name (ARN) of the destination resource. -
builder
- Returns:
- a
DlqDestinationConfig.BuilderofDlqDestinationConfig
-