StepFunctionsAction

public struct StepFunctionsAction : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • (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.

    Declaration

    Swift

    public let executionNamePrefix: String?
  • The ARN of the role that grants IoT permission to start execution of a state machine (“Action”:“states:StartExecution”).

    Declaration

    Swift

    public let roleArn: String
  • The name of the Step Functions state machine whose execution will be started.

    Declaration

    Swift

    public let stateMachineName: String
  • Undocumented

    Declaration

    Swift

    public init(executionNamePrefix: String? = nil, roleArn: String, stateMachineName: String)