aws-cdk-lib.aws_appflow.CfnFlow.EventBridgeDestinationPropertiesProperty

interface EventBridgeDestinationPropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnFlow.EventBridgeDestinationPropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_EventBridgeDestinationPropertiesProperty
Javasoftware.amazon.awscdk.services.appflow.CfnFlow.EventBridgeDestinationPropertiesProperty
Pythonaws_cdk.aws_appflow.CfnFlow.EventBridgeDestinationPropertiesProperty
TypeScript aws-cdk-lib » 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 { aws_appflow as appflow } from 'aws-cdk-lib';
const eventBridgeDestinationPropertiesProperty: appflow.CfnFlow.EventBridgeDestinationPropertiesProperty = {
  object: 'object',

  // the properties below are optional
  errorHandlingConfig: {
    bucketName: 'bucketName',
    bucketPrefix: 'bucketPrefix',
    failOnFirstError: false,
  },
};

Properties

NameTypeDescription
objectstringThe object specified in the Amazon EventBridge flow destination.
errorHandlingConfig?IResolvable | ErrorHandlingConfigPropertyThe object specified in the Amplitude flow source.

object

Type: string

The object specified in the Amazon EventBridge flow destination.


errorHandlingConfig?

Type: IResolvable | ErrorHandlingConfigProperty (optional)

The object specified in the Amplitude flow source.