@Stability(value=Stable)
public static interface CfnDeviceDefinition.DeviceProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeviceDefinition.DeviceProperty.Builder
A builder for
CfnDeviceDefinition.DeviceProperty |
static class |
CfnDeviceDefinition.DeviceProperty.Jsii$Proxy
An implementation for
CfnDeviceDefinition.DeviceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeviceDefinition.DeviceProperty.Builder |
builder() |
String |
getCertificateArn()
`CfnDeviceDefinition.DeviceProperty.CertificateArn`.
|
String |
getId()
`CfnDeviceDefinition.DeviceProperty.Id`.
|
default Object |
getSyncShadow()
`CfnDeviceDefinition.DeviceProperty.SyncShadow`.
|
String |
getThingArn()
`CfnDeviceDefinition.DeviceProperty.ThingArn`.
|
@Stability(value=Stable) @NotNull String getCertificateArn()
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @NotNull String getThingArn()
@Stability(value=Stable) @Nullable default Object getSyncShadow()
@Stability(value=Stable) static CfnDeviceDefinition.DeviceProperty.Builder builder()
Copyright © 2021. All rights reserved.