@Stability(value=Stable)
public static interface CfnProject.DeviceTemplateProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getCallbackOverrides()
An optional AWS Lambda function to invoke instead of the default AWS Lambda function provided by the placement template.
|
default String |
getDeviceType()
The device type, which currently must be `"button"` .
|
@Stability(value=Stable) @Nullable default Object getCallbackOverrides()
@Stability(value=Stable) @Nullable default String getDeviceType()
@Stability(value=Stable) static CfnProject.DeviceTemplateProperty.Builder builder()
Copyright © 2022. All rights reserved.