--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iottwinmaker_workspace Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::IoTTwinMaker::Workspace --- # awscc_iottwinmaker_workspace (Data Source) Data Source schema for AWS::IoTTwinMaker::Workspace ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String) The ARN of the workspace. - `creation_date_time` (String) The date and time when the workspace was created. - `description` (String) The description of the workspace. - `role` (String) The ARN of the execution role associated with the workspace. - `s3_location` (String) The ARN of the S3 bucket where resources associated with the workspace are stored. - `tags` (Map of String) A map of key-value pairs to associate with a resource. - `update_date_time` (String) The date and time of the current update. - `workspace_id` (String) The ID of the workspace.