This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IoTSiteWise::AssetModel EnforcedAssetModelInterfacePropertyMapping
Contains information about applied interface property and asset model property
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AssetModelPropertyExternalId" :String, "AssetModelPropertyLogicalId" :String, "InterfaceAssetModelPropertyExternalId" :String}
YAML
AssetModelPropertyExternalId:StringAssetModelPropertyLogicalId:StringInterfaceAssetModelPropertyExternalId:String
Properties
AssetModelPropertyExternalId-
The external ID of the linked asset model property
Required: No
Type: String
Update requires: No interruption
AssetModelPropertyLogicalId-
The logical ID of the linked asset model property
Required: No
Type: String
Update requires: No interruption
InterfaceAssetModelPropertyExternalId-
The external ID of the applied interface property
Required: Yes
Type: String
Update requires: No interruption