AwsEventbridgePipeTargetStepFunctionsParametersArgs
interface AwsEventbridgePipeTargetStepFunctionsParametersArgs {
invocationType: Input<'REQUEST_RESPONSE' | 'FIRE_AND_FORGET'>;
}Target parameters when routing pipe events to a Step Functions state machine.
Properties
invocationType: Input<'REQUEST_RESPONSE' | 'FIRE_AND_FORGET'>
Invocation type. Valid values: REQUEST_RESPONSE, FIRE_AND_FORGET.