@Stability(value=Stable)
public static interface CfnEventSourceMapping.DestinationConfigProperty
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.*;
DestinationConfigProperty destinationConfigProperty = DestinationConfigProperty.builder()
.onFailure(OnFailureProperty.builder()
.destination("destination")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEventSourceMapping.DestinationConfigProperty.Builder
A builder for
CfnEventSourceMapping.DestinationConfigProperty |
static class |
CfnEventSourceMapping.DestinationConfigProperty.Jsii$Proxy
An implementation for
CfnEventSourceMapping.DestinationConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEventSourceMapping.DestinationConfigProperty.Builder |
builder() |
default Object |
getOnFailure()
The destination configuration for failed invocations.
|
@Stability(value=Stable) @Nullable default Object getOnFailure()
@Stability(value=Stable) static CfnEventSourceMapping.DestinationConfigProperty.Builder builder()
Copyright © 2023. All rights reserved.