Class: Aws::CodePipeline::Types::JobWorkerExecutorConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#polling_accountsArray<String>

The accounts in which the job worker is configured and might poll for jobs as part of the action execution.

Returns:

  • (Array<String>)


2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2466

class JobWorkerExecutorConfiguration < Struct.new(
  :polling_accounts,
  :polling_service_principals)
  SENSITIVE = []
  include Aws::Structure
end

#polling_service_principalsArray<String>

The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.

Returns:

  • (Array<String>)


2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2466

class JobWorkerExecutorConfiguration < Struct.new(
  :polling_accounts,
  :polling_service_principals)
  SENSITIVE = []
  include Aws::Structure
end