CommandParameterValue - AWS IoT

CommandParameterValue

The range of possible values that's used to describe a specific command parameter.

Note

The commandParameterValue can only have one of the below fields listed.

Contents

B

An attribute of type Boolean. For example:

"BOOL": true

Type: Boolean

Required: No

BIN

An attribute of type Binary. For example:

"B": "dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk"

Type: Base64-encoded binary data object

Length Constraints: Minimum length of 1.

Required: No

D

An attribute of type Double (Sixty-Four Bits).

Type: Double

Required: No

I

An attribute of type Integer (Thirty-Two Bits).

Type: Integer

Required: No

L

An attribute of type Long.

Type: Long

Required: No

S

An attribute of type String. For example:

"S": "Hello"

Type: String

Length Constraints: Minimum length of 1.

Required: No

UL

An attribute of type unsigned long.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 20.

Pattern: ^[0-9]*$

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: