ThingIndexingConfiguration
The thing indexing configuration. For more information, see Managing Thing Indexing.
Contents
- customFields
-
Contains custom field names and their data type.
Type: Array of Field objects
Required: No
- managedFields
-
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
Type: Array of Field objects
Required: No
- thingConnectivityIndexingMode
-
Thing connectivity indexing mode. Valid values are:
-
STATUS – Your thing index contains connectivity status. To enable thing connectivity indexing, thingIndexMode must not be set to OFF.
-
OFF - Thing connectivity status indexing is disabled.
Type: String
Valid Values:
OFF | STATUS
Required: No
-
- thingIndexingMode
-
Thing indexing mode. Valid values are:
-
REGISTRY – Your thing index contains registry data only.
-
REGISTRY_AND_SHADOW - Your thing index contains registry and shadow data.
-
OFF - Thing indexing is disabled.
Type: String
Valid Values:
OFF | REGISTRY | REGISTRY_AND_SHADOW
Required: Yes
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: