ActionInvocation

An extension that was invoked as part of a deployment event.

Types

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

Properties

Link copied to clipboard

The name of the action.

Link copied to clipboard

The error code when an extension invocation fails.

Link copied to clipboard

The error message when an extension invocation fails.

Link copied to clipboard

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

Link copied to clipboard

A system-generated ID for this invocation.

Link copied to clipboard

An Amazon Resource Name (ARN) for an Identity and Access Management assume role.

Link copied to clipboard
val uri: String?

The extension URI associated to the action point in the extension definition. The URI can be an Amazon Resource Name (ARN) for one of the following: an Lambda function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus.

Functions

Link copied to clipboard
inline fun copy(block: ActionInvocation.Builder.() -> Unit = {}): ActionInvocation
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