ComponentPropertiesArgs

data class ComponentPropertiesArgs(val dependencies: Output<List<String>>? = null, val name: Output<String>, val properties: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ComponentPropertiesArgs>

Defines a desired runtime component.

Constructors

Link copied to clipboard
constructor(dependencies: Output<List<String>>? = null, name: Output<String>, properties: Output<Any>? = null, type: Output<String>)

Properties

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

Component dependencies.

Link copied to clipboard
val name: Output<String>

Name of the component.

Link copied to clipboard
val properties: Output<Any>? = null

Properties of the component.

Link copied to clipboard
val type: Output<String>

Component type.

Functions

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