---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_sagemaker_device Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource schema for AWS::SageMaker::Device
---
# awscc_sagemaker_device (Resource)
Resource schema for AWS::SageMaker::Device
## Schema
### Required
- `device_fleet_name` (String) The name of the edge device fleet
### Optional
- `device` (Attributes) The Edge Device you want to register against a device fleet (see [below for nested schema](#nestedatt--device))
- `tags` (Attributes List) Associate tags with the resource (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `device`
Optional:
- `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`
Optional:
- `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 -.
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_sagemaker_device.example
```