@Stability(value=Stable)
public static interface CfnSignalCatalog.SensorProperty
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.iotfleetwise.*;
SensorProperty sensorProperty = SensorProperty.builder()
.dataType("dataType")
.fullyQualifiedName("fullyQualifiedName")
// the properties below are optional
.allowedValues(List.of("allowedValues"))
.description("description")
.max(123)
.min(123)
.unit("unit")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSignalCatalog.SensorProperty.Builder
A builder for
CfnSignalCatalog.SensorProperty |
static class |
CfnSignalCatalog.SensorProperty.Jsii$Proxy
An implementation for
CfnSignalCatalog.SensorProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSignalCatalog.SensorProperty.Builder |
builder() |
default List<String> |
getAllowedValues()
`CfnSignalCatalog.SensorProperty.AllowedValues`.
|
String |
getDataType()
`CfnSignalCatalog.SensorProperty.DataType`.
|
default String |
getDescription()
`CfnSignalCatalog.SensorProperty.Description`.
|
String |
getFullyQualifiedName()
`CfnSignalCatalog.SensorProperty.FullyQualifiedName`.
|
default Number |
getMax()
`CfnSignalCatalog.SensorProperty.Max`.
|
default Number |
getMin()
`CfnSignalCatalog.SensorProperty.Min`.
|
default String |
getUnit()
`CfnSignalCatalog.SensorProperty.Unit`.
|
@Stability(value=Stable) @NotNull String getDataType()
@Stability(value=Stable) @NotNull String getFullyQualifiedName()
@Stability(value=Stable) @Nullable default List<String> getAllowedValues()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Number getMax()
@Stability(value=Stable) @Nullable default Number getMin()
@Stability(value=Stable) @Nullable default String getUnit()
@Stability(value=Stable) static CfnSignalCatalog.SensorProperty.Builder builder()
Copyright © 2022. All rights reserved.