Documentation ¶
Overview ¶
Copyright 2022, Pulumi Corporation. All rights reserved.
Handle configuration types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( String Primitive = "String" StringList = newList(String) Number Primitive = "Number" NumberList = newList(Number) Boolean Primitive = "Boolean" BooleanList = newList(Boolean) Invalid Primitive = "Invalid" )
View Source
var ConfigTypes = Types{ String, StringList, Number, NumberList, Boolean, BooleanList, }
View Source
var Primitives = Types{ String, Number, Boolean, }
Functions ¶
func IsValidType ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.