CustomActionTypeInputArtifactDetailsArgs

data class CustomActionTypeInputArtifactDetailsArgs(val maximumCount: Output<Int>, val minimumCount: Output<Int>) : ConvertibleToJava<CustomActionTypeInputArtifactDetailsArgs>

Constructors

Link copied to clipboard
constructor(maximumCount: Output<Int>, minimumCount: Output<Int>)

Properties

Link copied to clipboard
val maximumCount: Output<Int>

The maximum number of artifacts allowed for the action type. Min: 0, Max: 5

Link copied to clipboard
val minimumCount: Output<Int>

The minimum number of artifacts allowed for the action type. Min: 0, Max: 5

Functions

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