class Aws::CodePipeline::Types::ExecutorConfiguration
The action engine, or executor, related to the supported integration model used to create and update the action type. The available executor types are `Lambda` and `JobWorker`.
@note When making an API call, you may pass ExecutorConfiguration
data as a hash: { lambda_executor_configuration: { lambda_function_arn: "LambdaFunctionArn", # required }, job_worker_executor_configuration: { polling_accounts: ["AccountId"], polling_service_principals: ["ServicePrincipal"], }, }
@!attribute [rw] lambda_executor_configuration
Details about the `Lambda` executor of the action type. @return [Types::LambdaExecutorConfiguration]
@!attribute [rw] job_worker_executor_configuration
Details about the `JobWorker` executor of the action type. @return [Types::JobWorkerExecutorConfiguration]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ExecutorConfiguration AWS API Documentation
Constants
- SENSITIVE