@Stability(value=Stable)
public static interface CfnEventSourceMapping.OnFailureProperty
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.*;
OnFailureProperty onFailureProperty = OnFailureProperty.builder()
.destination("destination")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEventSourceMapping.OnFailureProperty.Builder
A builder for
CfnEventSourceMapping.OnFailureProperty |
static class |
CfnEventSourceMapping.OnFailureProperty.Jsii$Proxy
An implementation for
CfnEventSourceMapping.OnFailureProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEventSourceMapping.OnFailureProperty.Builder |
builder() |
default String |
getDestination()
The Amazon Resource Name (ARN) of the destination resource.
|
@Stability(value=Stable) @Nullable default String getDestination()
@Stability(value=Stable) static CfnEventSourceMapping.OnFailureProperty.Builder builder()
Copyright © 2022. All rights reserved.