public static final class CfnAsset.AssetPropertyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAsset.AssetPropertyProperty
CfnAsset.AssetPropertyProperty
CfnAsset.AssetPropertyProperty.Builder, CfnAsset.AssetPropertyProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAlias()
The property alias that identifies the property, such as an OPC-UA server data stream path (for example, `/company/windfarm/3/turbine/7/temperature` ).
|
java.lang.String |
getLogicalId()
The `LogicalID` of the asset property.
|
java.lang.String |
getNotificationState()
The MQTT notification state ( `ENABLED` or `DISABLED` ) for this asset property.
|
java.lang.String |
getUnit()
The unit (such as `Newtons` or `RPM` ) of the asset property.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getLogicalId()
CfnAsset.AssetPropertyProperty
The maximum length is 256 characters, with the pattern [^\ u0000-\ u001F\ u007F]+
.
getLogicalId
in interface CfnAsset.AssetPropertyProperty
public final java.lang.String getAlias()
CfnAsset.AssetPropertyProperty
For more information, see Mapping industrial data streams to asset properties in the AWS IoT SiteWise User Guide .
The property alias must have 1-1000 characters.
getAlias
in interface CfnAsset.AssetPropertyProperty
public final java.lang.String getNotificationState()
CfnAsset.AssetPropertyProperty
When the notification state is ENABLED
, AWS IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the AWS IoT SiteWise User Guide .
If you omit this parameter, the notification state is set to DISABLED
.
You must use all caps for the NotificationState parameter. If you use lower case letters, you will receive a schema validation error.
getNotificationState
in interface CfnAsset.AssetPropertyProperty
public final java.lang.String getUnit()
CfnAsset.AssetPropertyProperty
getUnit
in interface CfnAsset.AssetPropertyProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()