ComponentVersionComponentPlatformArgs

data class ComponentVersionComponentPlatformArgs(val attributes: Output<Any>? = null, val name: Output<String>? = null) : ConvertibleToJava<ComponentVersionComponentPlatformArgs>

Constructors

Link copied to clipboard
fun ComponentVersionComponentPlatformArgs(attributes: Output<Any>? = null, name: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val attributes: Output<Any>? = null
Link copied to clipboard
val name: Output<String>? = null