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

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

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

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

import kotlin.Suppress

/**
 * 

The configuration of the studio component, based on component type.

* @property computeFarmConfiguration */ public data class StudioComponentConfiguration1Properties( public val computeFarmConfiguration: StudioComponentComputeFarmConfiguration, ) { public companion object { public fun toKotlin(javaType: com.pulumi.awsnative.nimblestudio.outputs.StudioComponentConfiguration1Properties): StudioComponentConfiguration1Properties = StudioComponentConfiguration1Properties( computeFarmConfiguration = javaType.computeFarmConfiguration().let({ args0 -> com.pulumi.awsnative.nimblestudio.kotlin.outputs.StudioComponentComputeFarmConfiguration.Companion.toKotlin(args0) }), ) } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy