ActionTypeExecutor

The action engine, or executor, for an action type created for a provider, where the action is to be used by customers of the provider. The action engine is associated with the model used to create and update the action, such as the Lambda integration model.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action configuration properties for the action type. These properties are specified in the action definition when the action type is created.

Link copied to clipboard

The timeout in seconds for the job. An action execution can have multiple jobs. This is the timeout for a single job, not the entire action execution.

Link copied to clipboard

The policy statement that specifies the permissions in the CodePipeline customer account that are needed to successfully run an action.

Link copied to clipboard

The integration model used to create and update the action type, Lambda or JobWorker.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String