amazonka-codepipeline-2.0: Amazon CodePipeline SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

ToJSON 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 #

Read JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

Show JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

NFData JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

Eq JobWorkerExecutorConfiguration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.JobWorkerExecutorConfiguration

Hashable 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" "amazonka-codepipeline-2.0-AHHPJTmnvhi1gPjRAFzjQE" '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.