AWS SDK Version 3 for .NET
API Reference

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.

Describes an action to send data from an MQTT message that triggered the rule to IoT SiteWise asset properties.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.IotSiteWiseAction

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class IotSiteWiseAction

The IotSiteWiseAction type exposes the following members

Constructors

NameDescription
Public Method IotSiteWiseAction()

Properties

NameTypeDescription
Public Property PutAssetPropertyValueEntries System.Collections.Generic.List<Amazon.IoT.Model.PutAssetPropertyValueEntry>

Gets and sets the property PutAssetPropertyValueEntries.

A list of asset property value entries.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of the role that grants IoT permission to send an asset property value to IoT SiteWise. ("Action": "iotsitewise:BatchPutAssetPropertyValue"). The trust policy can restrict access to specific asset hierarchy paths.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5