ComponentTypeFunctionArgs

data class ComponentTypeFunctionArgs(val implementedBy: Output<ComponentTypeDataConnectorArgs>? = null, val requiredProperties: Output<List<String>>? = null, val scope: Output<ComponentTypeFunctionScope>? = null) : ConvertibleToJava<ComponentTypeFunctionArgs>

The function of component type.

Constructors

Link copied to clipboard
constructor(implementedBy: Output<ComponentTypeDataConnectorArgs>? = null, requiredProperties: Output<List<String>>? = null, scope: Output<ComponentTypeFunctionScope>? = null)

Properties

Link copied to clipboard

The data connector.

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

The required properties of the function.

Link copied to clipboard
val scope: Output<ComponentTypeFunctionScope>? = null

The scope of the function.

Functions

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