StudioComponentComputeFarmConfigurationArgs

data class StudioComponentComputeFarmConfigurationArgs(val activeDirectoryUser: Output<String>? = null, val endpoint: Output<String>? = null) : ConvertibleToJava<StudioComponentComputeFarmConfigurationArgs>

Constructors

constructor(activeDirectoryUser: Output<String>? = null, endpoint: Output<String>? = null)

Properties

Link copied to clipboard
val activeDirectoryUser: Output<String>? = null

The name of an Active Directory user that is used on ComputeFarm worker instances.

Link copied to clipboard
val endpoint: Output<String>? = null

The endpoint of the ComputeFarm that is accessed by the studio component resource.

Functions

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