ActionExecutionInput

Input information used for an action execution.

Types

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

Properties

Link copied to clipboard

Represents information about an action type.

Link copied to clipboard

Configuration data for an action execution.

Link copied to clipboard

Details of input artifacts of the action that correspond to the action execution.

Link copied to clipboard

The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.

Link copied to clipboard

The Amazon Web Services Region for the action, such as us-east-1.

Link copied to clipboard

Configuration data for an action execution with all variable references replaced with their real values for the execution.

Link copied to clipboard

The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.

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