public static interface CfnProject.DeviceTemplateProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnProject.DeviceTemplateProperty.Builder
A builder for
CfnProject.DeviceTemplateProperty |
static class |
CfnProject.DeviceTemplateProperty.Jsii$Proxy
An implementation for
CfnProject.DeviceTemplateProperty |
Modifier and Type | Method and Description |
---|---|
static CfnProject.DeviceTemplateProperty.Builder |
builder() |
default java.lang.Object |
getCallbackOverrides()
An optional AWS Lambda function to invoke instead of the default AWS Lambda function provided by the placement template.
|
default java.lang.String |
getDeviceType()
The device type, which currently must be `"button"` .
|
default java.lang.Object getCallbackOverrides()
default java.lang.String getDeviceType()
static CfnProject.DeviceTemplateProperty.Builder builder()