All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.nimblestudio.kotlin.outputs.StudioComponentComputeFarmConfiguration.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.nimblestudio.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * 

The configuration for a render farm that is associated with a studio resource.

* @property activeDirectoryUser

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

* @property endpoint

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

*/ public data class StudioComponentComputeFarmConfiguration( public val activeDirectoryUser: String? = null, public val endpoint: String? = null, ) { public companion object { public fun toKotlin(javaType: com.pulumi.awsnative.nimblestudio.outputs.StudioComponentComputeFarmConfiguration): StudioComponentComputeFarmConfiguration = StudioComponentComputeFarmConfiguration( activeDirectoryUser = javaType.activeDirectoryUser().map({ args0 -> args0 }).orElse(null), endpoint = javaType.endpoint().map({ args0 -> args0 }).orElse(null), ) } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy