Interface CfnPipePropsMixin.IPipeTargetStateMachineParametersProperty
The parameters for using a Step Functions state machine as a target.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Pipes
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnPipePropsMixin.IPipeTargetStateMachineParametersProperty
Syntax (vb)
Public Interface CfnPipePropsMixin.IPipeTargetStateMachineParametersProperty
Remarks
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.CfnPropertyMixins.AWS.Pipes;
var pipeTargetStateMachineParametersProperty = new PipeTargetStateMachineParametersProperty {
InvocationType = "invocationType"
};
Synopsis
Properties
| InvocationType | Specify whether to invoke the Step Functions state machine synchronously or asynchronously. |
Properties
InvocationType
Specify whether to invoke the Step Functions state machine synchronously or asynchronously.
string? InvocationType { get; }
Property Value
Remarks
<code>REQUEST_RESPONSE</code> is not supported for <code>STANDARD</code> state machine workflows.
For more information, see Invocation types in the Amazon EventBridge User Guide .