@Stability(value=Stable)
public static interface CfnDeviceDefinition.DeviceProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.greengrass.*;
DeviceProperty deviceProperty = DeviceProperty.builder()
.certificateArn("certificateArn")
.id("id")
.thingArn("thingArn")
// the properties below are optional
.syncShadow(false)
.build();
| 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) @Nullable default Object getSyncShadow()
@Stability(value=Stable) @NotNull String getThingArn()
@Stability(value=Stable) static CfnDeviceDefinition.DeviceProperty.Builder builder()
Copyright © 2021. All rights reserved.