| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.StepFunctionsStateMachine
- data StepFunctionsStateMachine = StepFunctionsStateMachine {}
- stepFunctionsStateMachine :: Val Text -> Val Text -> StepFunctionsStateMachine
- sfsmDefinitionString :: Lens' StepFunctionsStateMachine (Val Text)
- sfsmRoleArn :: Lens' StepFunctionsStateMachine (Val Text)
- sfsmStateMachineName :: Lens' StepFunctionsStateMachine (Maybe (Val Text))
Documentation
data StepFunctionsStateMachine #
Full data type definition for StepFunctionsStateMachine. See
stepFunctionsStateMachine for a more convenient constructor.
Constructors
| StepFunctionsStateMachine | |
Arguments
| :: Val Text | |
| -> Val Text | |
| -> StepFunctionsStateMachine |
Constructor for StepFunctionsStateMachine containing required fields as
arguments.