Terraform blueprint UI input display variable.
| JSON representation |
|---|
{ "displayName": string, "title": string, "alternateDefaults": [ { object ( |
| Fields | |
|---|---|
displayName |
Output only. Display name of the input. |
title |
Output only. Title of the input. |
alternateDefaults[] |
Output only. Alternate defaults for the input. |
regexValidation |
Output only. Regex based validation rules for the variable. |
min |
Output only. Minimum value for numeric types. |
max |
Output only. Maximum value for numeric types. |
validation |
Output only. Text describing the validation rules for the property. Typically shown after an invalid input. Optional. UTF-8 text. No markup. At most 128 characters. |
enumValueLabels[] |
Output only. Labels for enum values. Values must be UTF-8 text with no markup, and at most 64 characters. |
level |
Output only. Indicates the "advanced" level of the input property. Level 0 (default) will always be shown. Level 1 corresponds to one expansion (user clicks "show advanced options" or "more options"). Higher levels correspond to further expansions, or they may be collapsed to level 1 by the UI implementation. Optional. |
subtext |
Output only. Property subtext, displayed below the title. |
toggleUsingVariables[] |
Output only. Variables used to toggle the display of another variable. |
properties |
Output only. A map that defines all fields of the input variable. An object containing a list of |
ValueLabel
Value label for a UI input.
| JSON representation |
|---|
{ "value": string, "label": string } |
| Fields | |
|---|---|
value |
Output only. Value of the enum. |
label |
Output only. Label of the enum. |