Interface CfnFlowPropsMixin.IEventBridgeDestinationPropertiesProperty
The properties that are applied when Amazon EventBridge is being used as a destination.
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFlowPropsMixin.IEventBridgeDestinationPropertiesProperty
Syntax (vb)
Public Interface CfnFlowPropsMixin.IEventBridgeDestinationPropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins;
var eventBridgeDestinationPropertiesProperty = new EventBridgeDestinationPropertiesProperty {
ErrorHandlingConfig = new ErrorHandlingConfigProperty {
BucketName = "bucketName",
BucketPrefix = "bucketPrefix",
FailOnFirstError = false
},
Object = "object"
};
Synopsis
Properties
| ErrorHandlingConfig | The object specified in the Amplitude flow source. |
| Object | The object specified in the Amazon EventBridge flow destination. |
Properties
ErrorHandlingConfig
The object specified in the Amplitude flow source.
object? ErrorHandlingConfig { get; }
Property Value
Remarks
Object
The object specified in the Amazon EventBridge flow destination.
string? Object { get; }