Class: Aws::CodePipeline::Types::JobWorkerExecutorConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::JobWorkerExecutorConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#polling_accounts ⇒ Array<String>
The accounts in which the job worker is configured and might poll for jobs as part of the action execution.
-
#polling_service_principals ⇒ Array<String>
The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.
Instance Attribute Details
#polling_accounts ⇒ Array<String>
The accounts in which the job worker is configured and might poll for jobs as part of the action execution.
2604 2605 2606 2607 2608 2609 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 2604 class JobWorkerExecutorConfiguration < Struct.new( :polling_accounts, :polling_service_principals) SENSITIVE = [] include Aws::Structure end |
#polling_service_principals ⇒ Array<String>
The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.
2604 2605 2606 2607 2608 2609 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 2604 class JobWorkerExecutorConfiguration < Struct.new( :polling_accounts, :polling_service_principals) SENSITIVE = [] include Aws::Structure end |