class Aws::CodePipeline::Types::JobWorkerExecutorConfiguration

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

@note When making an API call, you may pass JobWorkerExecutorConfiguration

data as a hash:

    {
      polling_accounts: ["AccountId"],
      polling_service_principals: ["ServicePrincipal"],
    }

@!attribute [rw] polling_accounts

The accounts in which the job worker is configured and might poll
for jobs as part of the action execution.
@return [Array<String>]

@!attribute [rw] polling_service_principals

The service Principals in which the job worker is configured and
might poll for jobs as part of the action execution.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/JobWorkerExecutorConfiguration AWS API Documentation

Constants

SENSITIVE