Class CfnPipePropsMixin.PipeTargetStateMachineParametersProperty
The parameters for using a Step Functions state machine as a target.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Pipes
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnPipePropsMixin.PipeTargetStateMachineParametersProperty : CfnPipePropsMixin.IPipeTargetStateMachineParametersProperty
Syntax (vb)
Public Class CfnPipePropsMixin.PipeTargetStateMachineParametersProperty Implements 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
Constructors
| PipeTargetStateMachineParametersProperty() | The parameters for using a Step Functions state machine as a target. |
Properties
| InvocationType | Specify whether to invoke the Step Functions state machine synchronously or asynchronously. |
Constructors
PipeTargetStateMachineParametersProperty()
The parameters for using a Step Functions state machine as a target.
public PipeTargetStateMachineParametersProperty()
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"
};
Properties
InvocationType
Specify whether to invoke the Step Functions state machine synchronously or asynchronously.
public string? InvocationType { get; set; }
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 .