interface EventBridgeDestinationPropertiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnFlow.EventBridgeDestinationPropertiesProperty |
![]() | software.amazon.awscdk.services.appflow.CfnFlow.EventBridgeDestinationPropertiesProperty |
![]() | aws_cdk.aws_appflow.CfnFlow.EventBridgeDestinationPropertiesProperty |
![]() | @aws-cdk/aws-appflow » CfnFlow » 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 * as appflow from '@aws-cdk/aws-appflow';
const eventBridgeDestinationPropertiesProperty: appflow.CfnFlow.EventBridgeDestinationPropertiesProperty = {
object: 'object',
// the properties below are optional
errorHandlingConfig: {
bucketName: 'bucketName',
bucketPrefix: 'bucketPrefix',
failOnFirstError: false,
},
};
Properties
Name | Type | Description |
---|---|---|
object | string | The object specified in the Amazon EventBridge flow destination. |
error | IResolvable | Error | The object specified in the Amplitude flow source. |
object
Type:
string
The object specified in the Amazon EventBridge flow destination.
errorHandlingConfig?
Type:
IResolvable
|
Error
(optional)
The object specified in the Amplitude flow source.