---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_sagemaker_device Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::SageMaker::Device
---
# awscc_sagemaker_device (Data Source)
Data Source schema for AWS::SageMaker::Device
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `device` (Attributes) The Edge Device you want to register against a device fleet (see [below for nested schema](#nestedatt--device))
- `device_fleet_name` (String) The name of the edge device fleet
- `tags` (Attributes List) Associate tags with the resource (see [below for nested schema](#nestedatt--tags))
### Nested Schema for `device`
Read-Only:
- `description` (String) Description of the device
- `device_name` (String) The name of the device
- `iot_thing_name` (String) AWS Internet of Things (IoT) object name.
### Nested Schema for `tags`
Read-Only:
- `key` (String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- `value` (String) The key value of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.