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?

posta 2 anni fa196 visualizzazioni
1 Risposta
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
ESPERTO
Greg_B
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande