iotdm

IoT Device Management

Analytics & IoTAWS
General

General information about the service.

Description

AWS IoT Device Management registers, organizes, monitors, and remotely manages IoT devices.

Service Namespace

AWS::IoT::ThingGroup

ARN Pattern

arn:aws:iot:{region}:{account}:thinggroup/{group-name}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

iotdm-

Length

1-128

Valid Characters

Letters, numbers, hyphens, underscores

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_iot_thing_group" "main" {
2 name = "iotdm-${var.environment}"
3}
Utilities

Utilities to support app deployment or configuration.