CustomActionTypeArtifactDetailsArgs

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

Returns information about the details of an artifact.

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.

Link copied to clipboard
val minimumCount: Output<Int>

The minimum number of artifacts allowed for the action type.

Functions

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