KnownParameterType enum

Known values of ParameterType that the service accepts.

Fields

Bool

The parameter's value is a boolean value that is either true or false.

Double

The parameter's value is a 64-bit double-precision floating point.

Int

The parameter's value is a 32-bit signed integer.

SecretString

The parameter's value is a string that holds sensitive information.

String

The parameter's value is a string.