RuleBatchArrayPropertiesArgs

data class RuleBatchArrayPropertiesArgs(val size: Output<Int>? = null) : ConvertibleToJava<RuleBatchArrayPropertiesArgs>

Constructors

Link copied to clipboard
constructor(size: Output<Int>? = null)

Properties

Link copied to clipboard
val size: Output<Int>? = null

The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.

Functions

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