AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the StartThingRegistrationTask operation. Creates a bulk thing provisioning task.

Requires permission to access the StartThingRegistrationTask action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoT.AmazonIoTRequest
      Amazon.IoT.Model.StartThingRegistrationTaskRequest

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class StartThingRegistrationTaskRequest : AmazonIoTRequest
         IAmazonWebServiceRequest

The StartThingRegistrationTaskRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property InputFileBucket System.String

Gets and sets the property InputFileBucket.

The S3 bucket that contains the input file.

Public Property InputFileKey System.String

Gets and sets the property InputFileKey.

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).

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The IAM role ARN that grants permission the input file.

Public Property TemplateBody System.String

Gets and sets the property TemplateBody.

The provisioning template.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5