aws-cdk-lib.aws_sagemaker.CfnDevice.DeviceProperty

interface DeviceProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnDevice.DeviceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnDevice_DeviceProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnDevice.DeviceProperty
Pythonaws_cdk.aws_sagemaker.CfnDevice.DeviceProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnDevice » DeviceProperty

Information of a particular device.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const deviceProperty: sagemaker.CfnDevice.DeviceProperty = {
  deviceName: 'deviceName',

  // the properties below are optional
  description: 'description',
  iotThingName: 'iotThingName',
};

Properties

NameTypeDescription
deviceNamestringThe name of the device.
description?stringDescription of the device.
iotThingName?stringAWS Internet of Things (IoT) object name.

deviceName

Type: string

The name of the device.


description?

Type: string (optional)

Description of the device.


iotThingName?

Type: string (optional)

AWS Internet of Things (IoT) object name.