AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the UpdateAssetProperty operation.
Updates an asset property's alias and notification state.
This operation overwrites the property's existing alias and notification state. To
keep your existing property's alias or notification state, you must include the existing
values in the UpdateAssetProperty request. For more information, see DescribeAssetProperty.
Namespace: Amazon.IoTSiteWise.Model
Assembly: AWSSDK.IoTSiteWise.dll
Version: 3.x.y.z
public class UpdateAssetPropertyRequest : AmazonIoTSiteWiseRequest IAmazonWebServiceRequest
The UpdateAssetPropertyRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
UpdateAssetPropertyRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
AssetId | System.String |
Gets and sets the property AssetId.
The ID of the asset to be updated. This can be either the actual ID in UUID format,
or else |
|
ClientToken | System.String |
Gets and sets the property ClientToken. A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. |
|
PropertyAlias | System.String |
Gets and sets the property PropertyAlias.
The alias that identifies the property, such as an OPC-UA server data stream path
(for example, If you omit this parameter, the alias is removed from the property. |
|
PropertyId | System.String |
Gets and sets the property PropertyId.
The ID of the asset property to be updated. This can be either the actual ID in UUID
format, or else |
|
PropertyNotificationState | Amazon.IoTSiteWise.PropertyNotificationState |
Gets and sets the property PropertyNotificationState. The MQTT notification state (enabled or disabled) for this asset property. When the notification state is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the IoT SiteWise User Guide.
If you omit this parameter, the notification state is set to |
|
PropertyUnit | System.String |
Gets and sets the property PropertyUnit.
The unit of measure (such as Newtons or RPM) of the asset property. If you don't specify
a value for this parameter, the service uses the value of the |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5