PipelineExternalComputeScalePropertiesArgs

data class PipelineExternalComputeScalePropertiesArgs(val timeToLive: Output<Int>? = null) : ConvertibleToJava<PipelineExternalComputeScalePropertiesArgs>

PipelineExternalComputeScale properties for managed integration runtime.

Constructors

constructor(timeToLive: Output<Int>? = null)

Properties

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

Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.

Functions

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