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 |
Documentation
data WorkerConfiguration Source #
The configuration of the workers, which are the processes that run the connector logic.
See: newWorkerConfiguration
smart constructor.
WorkerConfiguration' | |
|
Instances
newWorkerConfiguration Source #
:: Natural | |
-> Text | |
-> WorkerConfiguration |
Create a value of WorkerConfiguration
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:revision:WorkerConfiguration'
, workerConfiguration_revision
- The revision of the worker configuration.
$sel:workerConfigurationArn:WorkerConfiguration'
, workerConfiguration_workerConfigurationArn
- The Amazon Resource Name (ARN) of the worker configuration.
workerConfiguration_revision :: Lens' WorkerConfiguration Natural Source #
The revision of the worker configuration.
workerConfiguration_workerConfigurationArn :: Lens' WorkerConfiguration Text Source #
The Amazon Resource Name (ARN) of the worker configuration.