AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Starts execution of a Step Functions state machine.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.StepFunctionsAction

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class StepFunctionsAction

The StepFunctionsAction type exposes the following members

Constructors

NameDescription
Public Method StepFunctionsAction()

Properties

NameTypeDescription
Public Property ExecutionNamePrefix System.String

Gets and sets the property ExecutionNamePrefix.

(Optional) A name will be given to the state machine execution consisting of this prefix followed by a UUID. Step Functions automatically creates a unique name for each state machine execution if one is not provided.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").

Public Property StateMachineName System.String

Gets and sets the property StateMachineName.

The name of the Step Functions state machine whose execution will be started.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5