Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ExecutorConfiguration = ExecutorConfiguration' {}
- newExecutorConfiguration :: ExecutorConfiguration
- executorConfiguration_lambdaExecutorConfiguration :: Lens' ExecutorConfiguration (Maybe LambdaExecutorConfiguration)
- executorConfiguration_jobWorkerExecutorConfiguration :: Lens' ExecutorConfiguration (Maybe JobWorkerExecutorConfiguration)
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.
ExecutorConfiguration' | |
|
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:lambdaExecutorConfiguration:ExecutorConfiguration'
, executorConfiguration_lambdaExecutorConfiguration
- Details about the Lambda
executor of the action type.
$sel:jobWorkerExecutorConfiguration:ExecutorConfiguration'
, executorConfiguration_jobWorkerExecutorConfiguration
- 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.
executorConfiguration_jobWorkerExecutorConfiguration :: Lens' ExecutorConfiguration (Maybe JobWorkerExecutorConfiguration) Source #
Details about the JobWorker
executor of the action type.