AWS::IoTSiteWise::Asset AssetProperty
Contains asset property information.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Alias" :
String
, "LogicalId" :String
, "NotificationState" :String
}
YAML
Alias:
String
LogicalId:String
NotificationState:String
Properties
Alias
-
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.
Required: No
Type: String
Update requires: No interruption
LogicalId
-
The
LogicalID
of the asset property.The maximum length is 256 characters, with the pattern
[^\u0000-\u001F\u007F]+
.Required: Yes
Type: String
Update requires: No interruption
NotificationState
-
The MQTT notification state (enabled or disabled) 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
.Required: No
Type: String
Update requires: No interruption