@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:39.678Z")
public interface CfnDeviceProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; CfnDeviceProps cfnDeviceProps = CfnDeviceProps.builder() .deviceFleetName("deviceFleetName") // the properties below are optional .device(DeviceProperty.builder() .deviceName("deviceName") // the properties below are optional .description("description") .iotThingName("iotThingName") .build()) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDeviceProps.Builder
A builder for
CfnDeviceProps |
static class |
CfnDeviceProps.Jsii$Proxy
An implementation for
CfnDeviceProps |
Modifier and Type | Method and Description |
---|---|
static CfnDeviceProps.Builder |
builder() |
default java.lang.Object |
getDevice()
Edge device you want to create.
|
java.lang.String |
getDeviceFleetName()
The name of the fleet the device belongs to.
|
default java.util.List<CfnTag> |
getTags()
An array of key-value pairs that contain metadata to help you categorize and organize your devices.
|
java.lang.String getDeviceFleetName()
default java.lang.Object getDevice()
default java.util.List<CfnTag> getTags()
Each tag consists of a key and a value, both of which you define.
static CfnDeviceProps.Builder builder()
CfnDeviceProps.Builder
of CfnDeviceProps