AWSIoTStartThingRegistrationTaskRequest

Objective-C

@interface AWSIoTStartThingRegistrationTaskRequest

Swift

class AWSIoTStartThingRegistrationTaskRequest
  • The S3 bucket that contains the input file.

    Declaration

    Objective-C

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

    Swift

    var inputFileBucket: String? { get set }
  • The name of input file within the S3 bucket. This file contains a newline delimited JSON file. Each line contains the parameter values to provision one device (thing).

    Declaration

    Objective-C

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

    Swift

    var inputFileKey: String? { get set }
  • The IAM role ARN that grants permission the input file.

    Declaration

    Objective-C

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

    Swift

    var roleArn: String? { get set }
  • The provisioning template.

    Declaration

    Objective-C

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

    Swift

    var templateBody: String? { get set }