FlowEventBridgeDestinationPropertiesArgs

data class FlowEventBridgeDestinationPropertiesArgs(val errorHandlingConfig: Output<FlowErrorHandlingConfigArgs>? = null, val object: Output<String>) : ConvertibleToJava<FlowEventBridgeDestinationPropertiesArgs>

Constructors

Link copied to clipboard
constructor(errorHandlingConfig: Output<FlowErrorHandlingConfigArgs>? = null, object: Output<String>)

Properties

Link copied to clipboard

The object specified in the Amplitude flow source.

Link copied to clipboard
val object: Output<String>

The object specified in the Amazon EventBridge flow destination.

Functions

Link copied to clipboard
open override fun toJava(): FlowEventBridgeDestinationPropertiesArgs