Show / Hide Table of Contents

Class CfnPipePropsMixin.PipeTargetStateMachineParametersProperty

The parameters for using a Step Functions state machine as a target.

Inheritance
object
CfnPipePropsMixin.PipeTargetStateMachineParametersProperty
Implements
CfnPipePropsMixin.IPipeTargetStateMachineParametersProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

InvocationType

Specify whether to invoke the Step Functions state machine synchronously or asynchronously.

public string? InvocationType { get; set; }
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

      Implements

      CfnPipePropsMixin.IPipeTargetStateMachineParametersProperty
      Back to top Generated by DocFX