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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotsitewise.CfnAsset.AssetPropertyProperty
CfnAsset.AssetPropertyProperty.Builder, CfnAsset.AssetPropertyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAsset.AssetPropertyProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetAlias()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 StringTheLogicalIDof the asset property.final StringThe MQTT notification state (ENABLEDorDISABLED) for this asset property.final StringgetUnit()The unit (such asNewtonsorRPM) of the asset property.final inthashCode()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.AssetPropertyPropertyTheLogicalIDof the asset property.The maximum length is 256 characters, with the pattern
[^\ u0000-\ u001F\ u007F]+.- Specified by:
getLogicalIdin interfaceCfnAsset.AssetPropertyProperty
-
getAlias
Description copied from interface:CfnAsset.AssetPropertyPropertyThe 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:
getAliasin interfaceCfnAsset.AssetPropertyProperty
-
getNotificationState
Description copied from interface:CfnAsset.AssetPropertyPropertyThe MQTT notification state (ENABLEDorDISABLED) 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:
getNotificationStatein interfaceCfnAsset.AssetPropertyProperty
-
getUnit
Description copied from interface:CfnAsset.AssetPropertyPropertyThe unit (such asNewtonsorRPM) of the asset property.- Specified by:
getUnitin interfaceCfnAsset.AssetPropertyProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-