StartThingRegistrationTaskRequest
public struct StartThingRegistrationTaskRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The S3 bucket that contains the input file.
Declaration
Swift
public let inputFileBucket: String -
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
Swift
public let inputFileKey: String -
The IAM role ARN that grants permission the input file.
Declaration
Swift
public let roleArn: String -
The provisioning template.
Declaration
Swift
public let templateBody: String -
Undocumented
Declaration
Swift
public init(inputFileBucket: String, inputFileKey: String, roleArn: String, templateBody: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StartThingRegistrationTaskRequest Structure Reference