aws.iot.describe_thing_registration_task
Example SQL Queries
SELECT * FROMaws.iot.describe_thing_registration_taskWHERE"task_id" = 'VALUE';Description
Describes a bulk thing provisioning task.
Requires permission to access the DescribeThingRegistrationTask action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| task_id Required Input Column The task ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_date The task creation date. | TIMESTAMP_S |
| failure_count The number of things that failed to be provisioned. | BIGINT |
| input_file_bucket The S3 bucket that contains the input file. | VARCHAR |
| input_file_key The input file key. | VARCHAR |
| last_modified_date The date when the task was last modified. | TIMESTAMP_S |
| message The message. | VARCHAR |
| percentage_progress The progress of the bulk provisioning task expressed as a percentage. | BIGINT |
| role_arn The role ARN that grants access to the input file bucket. | VARCHAR |
| status The status of the bulk thing provisioning task. | VARCHAR |
| success_count The number of things successfully provisioned. | BIGINT |
| template_body The task's template. | VARCHAR |