interface EventBridgeDestinationPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins.CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappflow/mixins#CfnFlowPropsMixin_EventBridgeDestinationPropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.appflow.mixins.CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty |
Python | aws_cdk.mixins_preview.aws_appflow.mixins.CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appflow » mixins » CfnFlowPropsMixin » EventBridgeDestinationPropertiesProperty |
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 { mixins as appflow_mixins } from '@aws-cdk/mixins-preview/aws-appflow';
const eventBridgeDestinationPropertiesProperty: appflow_mixins.CfnFlowPropsMixin.EventBridgeDestinationPropertiesProperty = {
errorHandlingConfig: {
bucketName: 'bucketName',
bucketPrefix: 'bucketPrefix',
failOnFirstError: false,
},
object: 'object',
};
Properties
| Name | Type | Description |
|---|---|---|
| error | IResolvable | Error | The object specified in the Amplitude flow source. |
| object? | string | The object specified in the Amazon EventBridge flow destination. |
errorHandlingConfig?
Type:
IResolvable | Error
(optional)
The object specified in the Amplitude flow source.
object?
Type:
string
(optional)
The object specified in the Amazon EventBridge flow destination.

.NET
Go
Java
Python
TypeScript