
com.pulumi.awsnative.amplifyuibuilder.kotlin.outputs.ComponentFormBindingElement.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.amplifyuibuilder.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property element The name of the component to retrieve a value from.
* @property property The property to retrieve a value from.
*/
public data class ComponentFormBindingElement(
public val element: String,
public val `property`: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.amplifyuibuilder.outputs.ComponentFormBindingElement): ComponentFormBindingElement = ComponentFormBindingElement(
element = javaType.element(),
`property` = javaType.`property`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy