aws_iot_thing_type

Creates and manages an AWS IoT Thing Type.

Example Usage

resource "aws_iot_thing_type" "foo" {
  name = "my_iot_thing"
}

Argument Reference

  • name - (Required, Forces New Resource) The name of the thing type.
  • description - (Optional, Forces New Resource) The description of the thing type.
  • deprecated - (Optional, Defaults to false) Whether the thing type is deprecated. If true, no new things could be associated with this type.
  • searchable_attributes - (Optional, Forces New Resource) A list of searchable thing attribute names.

Attributes Reference

In addition to the arguments above, the following attributes are exported:

  • arn - The ARN of the created AWS IoT Thing Type.

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/iot_thing_type.html