libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

Description

 
Synopsis

Documentation

data JobWorkerExecutorConfiguration Source #

Details about the polling configuration for the JobWorker action engine, or executor.

See: newJobWorkerExecutorConfiguration smart constructor.

Constructors

JobWorkerExecutorConfiguration' 

Fields

Instances

Instances details
Eq JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

Read JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

Show JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

Generic JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

Associated Types

type Rep JobWorkerExecutorConfiguration :: Type -> Type #

NFData JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

Hashable JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

ToJSON JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

FromJSON JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

type Rep JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

type Rep JobWorkerExecutorConfiguration = D1 ('MetaData "JobWorkerExecutorConfiguration" "Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "JobWorkerExecutorConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pollingAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "pollingServicePrincipals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

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.