GetCustomActionTypePlainArgs

data class GetCustomActionTypePlainArgs(val category: String, val provider: String, val version: String) : ConvertibleToJava<GetCustomActionTypePlainArgs>

Constructors

Link copied to clipboard
constructor(category: String, provider: String, version: String)

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 provider of the service used in the custom action, such as AWS CodeDeploy.

Link copied to clipboard

The version identifier of the custom action.

Functions

Link copied to clipboard
open override fun toJava(): GetCustomActionTypePlainArgs