CreateCustomActionTypeRequest

Represents the input of a CreateCustomActionType operation.

Types

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

Properties

Link copied to clipboard

The category of the custom action, such as a build action or a test action.

Link copied to clipboard

The configuration properties for the custom action.

Link copied to clipboard

The details of the input artifact for the action, such as its commit ID.

Link copied to clipboard

The details of the output artifact of the action, such as its commit ID.

Link copied to clipboard

The provider of the service used in the custom action, such as CodeDeploy.

Link copied to clipboard

URLs that provide users information about this custom action.

Link copied to clipboard
val tags: List<Tag>?

The tags for the custom action.

Link copied to clipboard

The version identifier of the custom action.

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