Interface CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnFlowPropsMixin
@Stability(Stable)
public static interface CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
The properties that are applied when Amazon EventBridge is being used as a destination.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.appflow.*;
EventBridgeDestinationPropertiesProperty eventBridgeDestinationPropertiesProperty = EventBridgeDestinationPropertiesProperty.builder()
.errorHandlingConfig(ErrorHandlingConfigProperty.builder()
.bucketName("bucketName")
.bucketPrefix("bucketPrefix")
.failOnFirstError(false)
.build())
.object("object")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getErrorHandlingConfig
The object specified in the Amplitude flow source.Returns union: either
IResolvableorCfnFlowPropsMixin.ErrorHandlingConfigProperty- See Also:
-
getObject
The object specified in the Amazon EventBridge flow destination.- See Also:
-
builder
@Stability(Stable) static CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty.Builder builder()
-