JavaComponentConfigurationPropertyArgs

data class JavaComponentConfigurationPropertyArgs(val propertyName: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<JavaComponentConfigurationPropertyArgs>

Configuration properties for a Java Component

Constructors

Link copied to clipboard
constructor(propertyName: Output<String>? = null, value: Output<String>? = null)

Properties

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

The name of the property

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

The value of the property

Functions

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