twinmaker

IoT TwinMaker

Analytics & IoTAWS
General

General information about the service.

Description

AWS IoT TwinMaker creates digital twins of real-world systems.

Service Namespace

AWS::IoTTwinMaker::Workspace

ARN Pattern

arn:aws:iottwinmaker:{region}:{account}:workspace/{workspace-id}

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

twinmaker-

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_iottwinmaker_workspace" "main" {
2 workspace_id = "twinmaker-${var.environment}"
3 role = aws_iam_role.twinmaker.arn
4 s3_location = "arn:aws:s3:::${aws_s3_bucket.twinmaker.id}"
5}
Utilities

Utilities to support app deployment or configuration.