| 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.CodePipeline.Types.ExecutorConfiguration
Description
Synopsis
- data ExecutorConfiguration = ExecutorConfiguration' {}
- newExecutorConfiguration :: ExecutorConfiguration
- executorConfiguration_jobWorkerExecutorConfiguration :: Lens' ExecutorConfiguration (Maybe JobWorkerExecutorConfiguration)
- executorConfiguration_lambdaExecutorConfiguration :: Lens' ExecutorConfiguration (Maybe LambdaExecutorConfiguration)
Documentation
data ExecutorConfiguration Source #
The action engine, or executor, related to the supported integration
model used to create and update the action type. The available executor
types are Lambda and JobWorker.
See: newExecutorConfiguration smart constructor.
Constructors
| ExecutorConfiguration' | |
Fields
| |
Instances
newExecutorConfiguration :: ExecutorConfiguration Source #
Create a value of ExecutorConfiguration 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:jobWorkerExecutorConfiguration:ExecutorConfiguration', executorConfiguration_jobWorkerExecutorConfiguration - Details about the JobWorker executor of the action type.
$sel:lambdaExecutorConfiguration:ExecutorConfiguration', executorConfiguration_lambdaExecutorConfiguration - Details about the Lambda executor of the action type.
executorConfiguration_jobWorkerExecutorConfiguration :: Lens' ExecutorConfiguration (Maybe JobWorkerExecutorConfiguration) Source #
Details about the JobWorker executor of the action type.
executorConfiguration_lambdaExecutorConfiguration :: Lens' ExecutorConfiguration (Maybe LambdaExecutorConfiguration) Source #
Details about the Lambda executor of the action type.