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