Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::IoT::TopicRule StepFunctionsAction

Focus mode
AWS::IoT::TopicRule StepFunctionsAction - AWS CloudFormation
Filter View

Starts execution of a Step Functions state machine.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "ExecutionNamePrefix" : String, "RoleArn" : String, "StateMachineName" : String }

YAML

ExecutionNamePrefix: String RoleArn: String StateMachineName: String

Properties

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.

Required: No

Type: String

Update requires: No interruption

RoleArn

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

Required: Yes

Type: String

Update requires: No interruption

StateMachineName

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

Required: Yes

Type: String

Update requires: No interruption

See also

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.