@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-10T17:05:56.499Z") @Stability(value=Stable) public interface DestinationConfig 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.*;
DestinationConfig destinationConfig = DestinationConfig.builder()
.destination("destination")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DestinationConfig.Builder
A builder for
DestinationConfig |
static class |
DestinationConfig.Jsii$Proxy
An implementation for
DestinationConfig |
| Modifier and Type | Method and Description |
|---|---|
static DestinationConfig.Builder |
builder() |
String |
getDestination()
The Amazon Resource Name (ARN) of the destination resource.
|
@Stability(value=Stable) @NotNull String getDestination()
@Stability(value=Stable) static DestinationConfig.Builder builder()
DestinationConfig.Builder of DestinationConfigCopyright © 2023. All rights reserved.