Share via


ParameterType type

Defines values for ParameterType.
KnownParameterType can be used interchangeably with ParameterType, this enum contains the known values that the service supports.

Known values supported by the service

String: The parameter's value is a string.
SecretString: The parameter's value is a string that holds sensitive information.
Int: The parameter's value is a 32-bit signed integer.
Double: The parameter's value is a 64-bit double-precision floating point.
Bool: The parameter's value is a boolean value that is either true or false.

type ParameterType = string