AWSIoTCreateDynamicThingGroupRequest

Objective-C

@interface AWSIoTCreateDynamicThingGroupRequest

Swift

class AWSIoTCreateDynamicThingGroupRequest
  • The dynamic thing group index name.

    Currently one index is supported: AWS_Things.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable indexName;

    Swift

    var indexName: String? { get set }
  • The dynamic thing group search query string.

    See Query Syntax for information about query string syntax.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable queryString;

    Swift

    var queryString: String? { get set }
  • 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

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable queryVersion;

    Swift

    var queryVersion: String? { get set }
  • Metadata which can be used to manage the dynamic thing group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTTag *> *_Nullable tags;

    Swift

    var tags: [AWSIoTTag]? { get set }
  • The dynamic thing group name to create.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable thingGroupName;

    Swift

    var thingGroupName: String? { get set }
  • The dynamic thing group properties.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTThingGroupProperties *_Nullable thingGroupProperties;

    Swift

    var thingGroupProperties: AWSIoTThingGroupProperties? { get set }