@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.920Z") @Stability(value=Stable) public interface CfnDeviceProps extends software.amazon.jsii.JsiiSerializable
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.iot1click.*;
CfnDeviceProps cfnDeviceProps = CfnDeviceProps.builder()
.deviceId("deviceId")
.enabled(false)
.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() |
String |
getDeviceId()
The ID of the device, such as `G030PX0312744DWM` .
|
Object |
getEnabled()
A Boolean value indicating whether the device is enabled ( `true` ) or not ( `false` ).
|
@Stability(value=Stable) @NotNull String getDeviceId()
@Stability(value=Stable) @NotNull Object getEnabled()
@Stability(value=Stable) static CfnDeviceProps.Builder builder()
CfnDeviceProps.Builder of CfnDevicePropsCopyright © 2022. All rights reserved.