ThingAttribute - AWS IoT

ThingAttribute

The properties of the thing, including thing name, thing type name, and a list of thing attributes.

Contents

attributes

A list of thing attributes which are name-value pairs.

Type: String to string map

Key Length Constraints: Maximum length of 128.

Key Pattern: [a-zA-Z0-9_.,@/:#-]+

Value Length Constraints: Maximum length of 800.

Value Pattern: [a-zA-Z0-9_.,@/:#-]*

Required: No

thingArn

The thing ARN.

Type: String

Required: No

thingName

The name of the thing.

Type: String

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

Pattern: [a-zA-Z0-9:_-]+

Required: No

thingTypeName

The name of the thing type, if the thing has been associated with a type.

Type: String

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

Pattern: [a-zA-Z0-9:_-]+

Required: No

version

The version of the thing record in the registry.

Type: Long

Required: No

See Also

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