You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::ThingIndexingConfigurationWhen passing ThingIndexingConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
thing_indexing_mode: "OFF", thing_connectivity_indexing_mode: "OFF", managed_fields: [
{
name: "FieldName",
type: "Number", },
],
custom_fields: [
{
name: "FieldName",
type: "Number", },
],
}
The thing indexing configuration. For more information, see Managing Thing Indexing.
Returned by:
Contains custom field names and their data type.
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
Thing connectivity indexing mode.
Thing indexing mode.
Contains custom field names and their data type.
#managed_fields ⇒ Array<Types::Field>Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
#thing_connectivity_indexing_mode ⇒ StringThing 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.
Possible values:
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.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4