@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:08:46.337Z") @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 CfnDeviceProps
Copyright © 2023. All rights reserved.