AWS::IoT::TopicRule PutAssetPropertyValueEntry - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::IoT::TopicRule PutAssetPropertyValueEntry

An asset property value entry containing the following information.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "AssetId" : String, "EntryId" : String, "PropertyAlias" : String, "PropertyId" : String, "PropertyValues" : [ AssetPropertyValue, ... ] }

YAML

AssetId: String EntryId: String PropertyAlias: String PropertyId: String PropertyValues: - AssetPropertyValue

Properties

AssetId

The ID of the AWS IoT SiteWise asset. You must specify either a propertyAlias or both an aliasId and a propertyId. Accepts substitution templates.

Required: No

Type: String

Update requires: No interruption

EntryId

Optional. A unique identifier for this entry that you can define to better track which message caused an error in case of failure. Accepts substitution templates. Defaults to a new UUID.

Required: No

Type: String

Update requires: No interruption

PropertyAlias

The name of the property alias associated with your asset property. You must specify either a propertyAlias or both an aliasId and a propertyId. Accepts substitution templates.

Required: No

Type: String

Minimum: 1

Update requires: No interruption

PropertyId

The ID of the asset's property. You must specify either a propertyAlias or both an aliasId and a propertyId. Accepts substitution templates.

Required: No

Type: String

Update requires: No interruption

PropertyValues

A list of property values to insert that each contain timestamp, quality, and value (TQV) information.

Required: Yes

Type: Array of AssetPropertyValue

Minimum: 1

Update requires: No interruption