ConfigTrackingConfigArgs

data class ConfigTrackingConfigArgs(val autotrack: Output<ConfigTrackingConfigAutotrack>? = null) : ConvertibleToJava<ConfigTrackingConfigArgs>

Constructors

Link copied to clipboard
constructor(autotrack: Output<ConfigTrackingConfigAutotrack>? = null)

Properties

Link copied to clipboard

Specifies whether or not to use autotrack. REMOVED specifies that program track should only be used during the contact. PREFERRED specifies that autotracking is preferred during the contact but fallback to program track if the signal is lost. REQUIRED specifies that autotracking is required during the contact and not to use program track if the signal is lost.

Functions

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