Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-pipetargetstatemachineparameters.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.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

string

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 .

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-pipetargetstatemachineparameters.html#cfn-pipes-pipe-pipetargetstatemachineparameters-invocationtype

      Back to top Generated by DocFX