Interface CfnProject.DeviceTemplateProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnProject.DeviceTemplateProperty.Jsii$Proxy
Enclosing class:
CfnProject

@Stability(Stable) public static interface CfnProject.DeviceTemplateProperty extends software.amazon.jsii.JsiiSerializable
In AWS CloudFormation , use the DeviceTemplate property type to define the template for an AWS IoT 1-Click project.

DeviceTemplate is a property of the AWS::IoT1Click::Project resource.

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.*;
 Object callbackOverrides;
 DeviceTemplateProperty deviceTemplateProperty = DeviceTemplateProperty.builder()
         .callbackOverrides(callbackOverrides)
         .deviceType("deviceType")
         .build();