Component Binding Properties Value Args
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)