Interface CfnDevicePropsMixin.DeviceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDevicePropsMixin.DeviceProperty.Jsii$Proxy
- Enclosing class:
CfnDevicePropsMixin
@Stability(Stable)
public static interface CfnDevicePropsMixin.DeviceProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
DeviceProperty deviceProperty = DeviceProperty.builder()
.description("description")
.deviceName("deviceName")
.iotThingName("iotThingName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDevicePropsMixin.DevicePropertystatic final classAn implementation forCfnDevicePropsMixin.DeviceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
Description of the device.- See Also:
-
getDeviceName
The name of the device.- See Also:
-
getIotThingName
AWS Internet of Things (IoT) object name.- See Also:
-
builder
-