TemplateIntegerParameterDeclarationArgs

data class TemplateIntegerParameterDeclarationArgs(val defaultValues: Output<TemplateIntegerDefaultValuesArgs>? = null, val mappedDataSetParameters: Output<List<TemplateMappedDataSetParameterArgs>>? = null, val name: Output<String>, val parameterValueType: Output<TemplateParameterValueType>, val valueWhenUnset: Output<TemplateIntegerValueWhenUnsetConfigurationArgs>? = null) : ConvertibleToJava<TemplateIntegerParameterDeclarationArgs>

Constructors

Link copied to clipboard
constructor(defaultValues: Output<TemplateIntegerDefaultValuesArgs>? = null, mappedDataSetParameters: Output<List<TemplateMappedDataSetParameterArgs>>? = null, name: Output<String>, parameterValueType: Output<TemplateParameterValueType>, valueWhenUnset: Output<TemplateIntegerValueWhenUnsetConfigurationArgs>? = null)

Properties

Link copied to clipboard

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

Link copied to clipboard
val name: Output<String>

The name of the parameter that is being declared.

Link copied to clipboard

The value type determines whether the parameter is a single-value or multi-value parameter.

Link copied to clipboard

A parameter declaration for the Integer data type.

Functions

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