Class CfnAsset.AssetPropertyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.CfnAsset.AssetPropertyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAsset.AssetPropertyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAsset.AssetPropertyProperty
@Stability(Stable)
@Internal
public static final class CfnAsset.AssetPropertyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAsset.AssetPropertyProperty
An implementation for
CfnAsset.AssetPropertyProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotsitewise.CfnAsset.AssetPropertyProperty
CfnAsset.AssetPropertyProperty.Builder, CfnAsset.AssetPropertyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAsset.AssetPropertyProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final 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
).final String
TheLogicalID
of the asset property.final String
The MQTT notification state (ENABLED
orDISABLED
) for this asset property.final String
getUnit()
The unit (such asNewtons
orRPM
) of the asset property.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAsset.AssetPropertyProperty.Builder
.
-
-
Method Details
-
getLogicalId
Description copied from interface:CfnAsset.AssetPropertyProperty
TheLogicalID
of the asset property.The maximum length is 256 characters, with the pattern
[^\ u0000-\ u001F\ u007F]+
.- Specified by:
getLogicalId
in interfaceCfnAsset.AssetPropertyProperty
-
getAlias
Description copied from interface:CfnAsset.AssetPropertyProperty
The property alias that identifies the property, such as an OPC-UA server data stream path (for example,/company/windfarm/3/turbine/7/temperature
).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.
- Specified by:
getAlias
in interfaceCfnAsset.AssetPropertyProperty
-
getNotificationState
Description copied from interface:CfnAsset.AssetPropertyProperty
The MQTT notification state (ENABLED
orDISABLED
) for this asset property.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.
- Specified by:
getNotificationState
in interfaceCfnAsset.AssetPropertyProperty
-
getUnit
Description copied from interface:CfnAsset.AssetPropertyProperty
The unit (such asNewtons
orRPM
) of the asset property.- Specified by:
getUnit
in interfaceCfnAsset.AssetPropertyProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-