ThingGroupIndexingConfiguration
public struct ThingGroupIndexingConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of thing group fields to index. This list cannot contain any managed fields. Use the GetIndexingConfiguration API to get a list of managed fields. Contains custom field names and their data type.
Declaration
Swift
public let customFields: [Field]?
-
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
Declaration
Swift
public let managedFields: [Field]?
-
Thing group indexing mode.
Declaration
Swift
public let thingGroupIndexingMode: ThingGroupIndexingMode
-
Undocumented
Declaration
Swift
public init(customFields: [Field]? = nil, managedFields: [Field]? = nil, thingGroupIndexingMode: ThingGroupIndexingMode)