ComponentBindingPropertiesValueArgs

data class ComponentBindingPropertiesValueArgs(val bindingProperties: Output<ComponentBindingPropertiesValuePropertiesArgs>? = null, val defaultValue: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ComponentBindingPropertiesValueArgs>

Constructors

Link copied to clipboard
constructor(bindingProperties: Output<ComponentBindingPropertiesValuePropertiesArgs>? = null, defaultValue: Output<String>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard

Describes the properties to customize with data at runtime.

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

The default value of the property.

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

The property type.

Functions

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