Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownParameterType

Package version

Known values of ParameterType that the service accepts.

Index

Enumeration members

Enumeration members

Bool

Bool: = "bool"

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

Double

Double: = "double"

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

Int

Int: = "int"

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

SecretString

SecretString: = "secretString"

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

String

String: = "string"

The parameter's value is a string.

Generated using TypeDoc