@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.608Z") @Stability(value=Stable) public interface CfnDeviceDefinitionVersionProps 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.greengrass.*;
CfnDeviceDefinitionVersionProps cfnDeviceDefinitionVersionProps = CfnDeviceDefinitionVersionProps.builder()
.deviceDefinitionId("deviceDefinitionId")
.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 |
CfnDeviceDefinitionVersionProps.Builder
A builder for
CfnDeviceDefinitionVersionProps |
static class |
CfnDeviceDefinitionVersionProps.Jsii$Proxy
An implementation for
CfnDeviceDefinitionVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeviceDefinitionVersionProps.Builder |
builder() |
String |
getDeviceDefinitionId()
The ID of the device definition associated with this version.
|
Object |
getDevices()
The devices in this version.
|
@Stability(value=Stable) @NotNull String getDeviceDefinitionId()
This value is a GUID.
@Stability(value=Stable) @NotNull Object getDevices()
@Stability(value=Stable) static CfnDeviceDefinitionVersionProps.Builder builder()
Copyright © 2022. All rights reserved.