You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::StartThingRegistrationTaskRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StartThingRegistrationTaskRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  template_body: "TemplateBody", # required
  input_file_bucket: "RegistryS3BucketName", # required
  input_file_key: "RegistryS3KeyName", # required
  role_arn: "RoleArn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#input_file_bucketString

The S3 bucket that contains the input file.

Returns:

  • (String)

    The S3 bucket that contains the input file.

#input_file_keyString

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

Returns:

  • (String)

    The name of input file within the S3 bucket.

#role_arnString

The IAM role ARN that grants permission the input file.

Returns:

  • (String)

    The IAM role ARN that grants permission the input file.

#template_bodyString

The provisioning template.

Returns:

  • (String)

    The provisioning template.