@Stability(value=Stable)
public static interface CfnEventInvokeConfig.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 |
CfnEventInvokeConfig.OnFailureProperty.Builder
A builder for
CfnEventInvokeConfig.OnFailureProperty |
static class |
CfnEventInvokeConfig.OnFailureProperty.Jsii$Proxy
An implementation for
CfnEventInvokeConfig.OnFailureProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEventInvokeConfig.OnFailureProperty.Builder |
builder() |
String |
getDestination()
The Amazon Resource Name (ARN) of the destination resource.
|
@Stability(value=Stable) @NotNull String getDestination()
@Stability(value=Stable) static CfnEventInvokeConfig.OnFailureProperty.Builder builder()
Copyright © 2023. All rights reserved.