Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-eventbridgedestinationproperties.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-eventbridgedestinationproperties.html#cfn-appflow-flow-eventbridgedestinationproperties-errorhandlingconfig

Type union: either IResolvable or CfnFlowPropsMixin.IErrorHandlingConfigProperty

Object

The object specified in the Amazon EventBridge flow destination.

string? Object { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-eventbridgedestinationproperties.html#cfn-appflow-flow-eventbridgedestinationproperties-object

Back to top Generated by DocFX