DataFlowProfilePropertiesArgs

data class DataFlowProfilePropertiesArgs(val diagnostics: Output<ProfileDiagnosticsArgs>? = null, val instanceCount: Output<Int>? = null) : ConvertibleToJava<DataFlowProfilePropertiesArgs>

DataFlowProfile Resource properties

Constructors

Link copied to clipboard
constructor(diagnostics: Output<ProfileDiagnosticsArgs>? = null, instanceCount: Output<Int>? = null)

Properties

Link copied to clipboard
val diagnostics: Output<ProfileDiagnosticsArgs>? = null

Spec defines the desired identities of NBC diagnostics settings.

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

To manually scale the dataflow profile, specify the maximum number of instances you want to run.

Functions

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