@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:44.121Z")
public interface DestinationOptions
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.*; DestinationOptions destinationOptions = DestinationOptions.builder() .type(DestinationType.FAILURE) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
DestinationOptions.Builder
A builder for
DestinationOptions |
static class |
DestinationOptions.Jsii$Proxy
An implementation for
DestinationOptions |
Modifier and Type | Method and Description |
---|---|
static DestinationOptions.Builder |
builder() |
DestinationType |
getType()
The destination type.
|
DestinationType getType()
static DestinationOptions.Builder builder()
DestinationOptions.Builder
of DestinationOptions