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 JobWorkerExecutorConfiguration = JobWorkerExecutorConfiguration' {}
- newJobWorkerExecutorConfiguration :: JobWorkerExecutorConfiguration
- jobWorkerExecutorConfiguration_pollingAccounts :: Lens' JobWorkerExecutorConfiguration (Maybe (NonEmpty Text))
- jobWorkerExecutorConfiguration_pollingServicePrincipals :: Lens' JobWorkerExecutorConfiguration (Maybe (NonEmpty Text))
Documentation
data JobWorkerExecutorConfiguration Source #
Details about the polling configuration for the JobWorker
action
engine, or executor.
See: newJobWorkerExecutorConfiguration
smart constructor.
JobWorkerExecutorConfiguration' | |
|
Instances
newJobWorkerExecutorConfiguration :: JobWorkerExecutorConfiguration Source #
Create a value of JobWorkerExecutorConfiguration
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:pollingAccounts:JobWorkerExecutorConfiguration'
, jobWorkerExecutorConfiguration_pollingAccounts
- The accounts in which the job worker is configured and might poll for
jobs as part of the action execution.
$sel:pollingServicePrincipals:JobWorkerExecutorConfiguration'
, jobWorkerExecutorConfiguration_pollingServicePrincipals
- The service Principals in which the job worker is configured and might
poll for jobs as part of the action execution.
jobWorkerExecutorConfiguration_pollingAccounts :: Lens' JobWorkerExecutorConfiguration (Maybe (NonEmpty Text)) Source #
The accounts in which the job worker is configured and might poll for jobs as part of the action execution.
jobWorkerExecutorConfiguration_pollingServicePrincipals :: Lens' JobWorkerExecutorConfiguration (Maybe (NonEmpty Text)) Source #
The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.