ExecuteDataFlowActivityTypePropertiesComputeArgs

data class ExecuteDataFlowActivityTypePropertiesComputeArgs(val computeType: Output<Any>? = null, val coreCount: Output<Any>? = null) : ConvertibleToJava<ExecuteDataFlowActivityTypePropertiesComputeArgs>

Compute properties for data flow activity.

Constructors

constructor(computeType: Output<Any>? = null, coreCount: Output<Any>? = null)

Properties

Link copied to clipboard
val computeType: Output<Any>? = null

Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)

Link copied to clipboard
val coreCount: Output<Any>? = null

Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)

Functions

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