@Stability(value=Stable)
public static interface CfnDeviceDefinition.DeviceDefinitionVersionProperty
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.*;
DeviceDefinitionVersionProperty deviceDefinitionVersionProperty = DeviceDefinitionVersionProperty.builder()
.devices(List.of(DeviceProperty.builder()
.certificateArn("certificateArn")
.id("id")
.thingArn("thingArn")
// the properties below are optional
.syncShadow(false)
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeviceDefinition.DeviceDefinitionVersionProperty.Builder
A builder for
CfnDeviceDefinition.DeviceDefinitionVersionProperty |
static class |
CfnDeviceDefinition.DeviceDefinitionVersionProperty.Jsii$Proxy
An implementation for
CfnDeviceDefinition.DeviceDefinitionVersionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeviceDefinition.DeviceDefinitionVersionProperty.Builder |
builder() |
Object |
getDevices()
`CfnDeviceDefinition.DeviceDefinitionVersionProperty.Devices`.
|
@Stability(value=Stable) @NotNull Object getDevices()
@Stability(value=Stable) static CfnDeviceDefinition.DeviceDefinitionVersionProperty.Builder builder()
Copyright © 2021. All rights reserved.