TemplateParameterTextAreaControlArgs

data class TemplateParameterTextAreaControlArgs(val delimiter: Output<String>? = null, val displayOptions: Output<TemplateTextAreaControlDisplayOptionsArgs>? = null, val parameterControlId: Output<String>, val sourceParameterName: Output<String>, val title: Output<String>) : ConvertibleToJava<TemplateParameterTextAreaControlArgs>

Constructors

Link copied to clipboard
constructor(delimiter: Output<String>? = null, displayOptions: Output<TemplateTextAreaControlDisplayOptionsArgs>? = null, parameterControlId: Output<String>, sourceParameterName: Output<String>, title: Output<String>)

Properties

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

The delimiter that is used to separate the lines in text.

Link copied to clipboard

The display options of a control.

Link copied to clipboard

The ID of the ParameterTextAreaControl .

Link copied to clipboard

The source parameter name of the ParameterTextAreaControl .

Link copied to clipboard
val title: Output<String>

The title of the ParameterTextAreaControl .

Functions

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