ActionTypeIdentifier

Specifies the category, owner, provider, and version of the action type.

Types

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

Properties

Link copied to clipboard

Defines what kind of action can be taken in the stage, one of the following:

Link copied to clipboard

The creator of the action type being called: AWS or ThirdParty.

Link copied to clipboard

The provider of the action type being called. The provider name is supplied when the action type is created.

Link copied to clipboard

A string that describes the action type version.

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