public static interface CfnEventSourceMapping.OnFailureProperty
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 java.lang.String |
getDestination()
The Amazon Resource Name (ARN) of the destination resource.
|
default java.lang.String getDestination()
static CfnEventSourceMapping.OnFailureProperty.Builder builder()