AnalysisTemplateAnalysisParameterArgs

data class AnalysisTemplateAnalysisParameterArgs(val defaultValue: Output<String>? = null, val name: Output<String>, val type: Output<AnalysisTemplateAnalysisParameterType>) : ConvertibleToJava<AnalysisTemplateAnalysisParameterArgs>

Constructors

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

Properties

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

Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor.

Link copied to clipboard
val name: Output<String>

The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.

Link copied to clipboard

The type of parameter.

Functions

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