TopicRuleErrorActionStepFunctions

data class TopicRuleErrorActionStepFunctions(val executionNamePrefix: String? = null, val roleArn: String, val stateMachineName: String)

Constructors

Link copied to clipboard
constructor(executionNamePrefix: String? = null, roleArn: String, stateMachineName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The prefix used to generate, along with a UUID, the unique state machine execution name.

Link copied to clipboard

The ARN of the IAM role that grants access to start execution of the state machine.

Link copied to clipboard

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