Why do ThingAttribute has value pattern that is not allowing plus(+) and space( )?

0

IOT ThingAttribute has value pattern that is not allowing plus(+) and space( ). Is there any way to implement it on our way in order to avoid pattern related errors?

asked 2 years ago189 views
1 Answer
0

Hi. The allowed patterns, for both keys and values, are defined here: https://docs.aws.amazon.com/iot/latest/apireference/API_ThingAttribute.html

You can't use space or plus directly in Thing attributes. You could perhaps encode your attributes. Or you could perhaps store data instead in some other storage service and use that rather than Thing attributes.

profile pictureAWS
EXPERT
Greg_B
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions