Show / Hide Table of Contents

Class CfnDevicePropsMixin.DeviceProperty

Information of a particular device.

Inheritance
object
CfnDevicePropsMixin.DeviceProperty
Implements
CfnDevicePropsMixin.IDeviceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDevicePropsMixin.DeviceProperty : CfnDevicePropsMixin.IDeviceProperty
Syntax (vb)
Public Class CfnDevicePropsMixin.DeviceProperty Implements CfnDevicePropsMixin.IDeviceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-device-device.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins;

             var deviceProperty = new DeviceProperty {
                 Description = "description",
                 DeviceName = "deviceName",
                 IotThingName = "iotThingName"
             };

Synopsis

Constructors

DeviceProperty()

Information of a particular device.

Properties

Description

Description of the device.

DeviceName

The name of the device.

IotThingName

AWS Internet of Things (IoT) object name.

Constructors

DeviceProperty()

Information of a particular device.

public DeviceProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-device-device.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins;

             var deviceProperty = new DeviceProperty {
                 Description = "description",
                 DeviceName = "deviceName",
                 IotThingName = "iotThingName"
             };

Properties

Description

Description of the device.

public string? Description { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-device-device.html#cfn-sagemaker-device-device-description

DeviceName

The name of the device.

public string? DeviceName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-device-device.html#cfn-sagemaker-device-device-devicename

IotThingName

AWS Internet of Things (IoT) object name.

public string? IotThingName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-device-device.html#cfn-sagemaker-device-device-iotthingname

Implements

CfnDevicePropsMixin.IDeviceProperty
Back to top Generated by DocFX