Method: Aws::IoTSiteWise::Types::UpdateAssetPropertyRequest#property_notification_state
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
#property_notification_state ⇒ String
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 ‘DISABLED`.
[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/interact-with-other-services.html
9278 9279 9280 9281 9282 9283 9284 9285 9286 9287 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9278 class UpdateAssetPropertyRequest < Struct.new( :asset_id, :property_id, :property_alias, :property_notification_state, :client_token, :property_unit) SENSITIVE = [] include Aws::Structure end |