Resource schema for AWS::SageMaker::Device
device_fleet_name
(String) The name of the edge device fleetdevice
(Attributes) The Edge Device you want to register against a device fleet (see below for nested schema)tags
(Attributes List) Associate tags with the resource (see below for nested schema)id
(String) Uniquely identifies the resource.device
Required:
device_name
(String) The name of the deviceOptional:
description
(String) Description of the deviceiot_thing_name
(String) AWS Internet of Things (IoT) object name.tags
Required:
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 is supported using the following syntax:
$ terraform import awscc_sagemaker_device.example <resource ID>