CreateDynamicThingGroupRequest
public struct CreateDynamicThingGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The dynamic thing group index name. Currently one index is supported: “AWS_Things”.
Declaration
Swift
public let indexName: String?
-
The dynamic thing group search query string. See Query Syntax for information about query string syntax.
Declaration
Swift
public let queryString: String
-
The dynamic thing group query version. Currently one query version is supported: “2017-09-30”. If not specified, the query version defaults to this value.
Declaration
Swift
public let queryVersion: String?
-
Metadata which can be used to manage the dynamic thing group.
Declaration
Swift
public let tags: [Tag]?
-
The dynamic thing group name to create.
Declaration
Swift
public let thingGroupName: String
-
The dynamic thing group properties.
Declaration
Swift
public let thingGroupProperties: ThingGroupProperties?
-
Undocumented
Declaration
Swift
public init(indexName: String? = nil, queryString: String, queryVersion: String? = nil, tags: [Tag]? = nil, thingGroupName: String, thingGroupProperties: ThingGroupProperties? = nil)
-
Declaration
Swift
public func validate(name: String) throws