| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pipes.Types.PipeTargetStateMachineParameters
Description
Documentation
data PipeTargetStateMachineParameters Source #
The parameters for using a Step Functions state machine as a target.
See: newPipeTargetStateMachineParameters smart constructor.
Constructors
| PipeTargetStateMachineParameters' | |
Fields
| |
Instances
newPipeTargetStateMachineParameters :: PipeTargetStateMachineParameters Source #
Create a value of PipeTargetStateMachineParameters with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:invocationType:PipeTargetStateMachineParameters', pipeTargetStateMachineParameters_invocationType - Specify whether to wait for the state machine to finish or not.
pipeTargetStateMachineParameters_invocationType :: Lens' PipeTargetStateMachineParameters (Maybe PipeTargetInvocationType) Source #
Specify whether to wait for the state machine to finish or not.