Interface CfnComputationModel.IAssetModelPropertyBindingValueProperty
Contains information about an assetModelProperty binding value.
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnComputationModel.IAssetModelPropertyBindingValueProperty
Syntax (vb)
Public Interface CfnComputationModel.IAssetModelPropertyBindingValueProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTSiteWise;
var assetModelPropertyBindingValueProperty = new AssetModelPropertyBindingValueProperty {
AssetModelId = "assetModelId",
PropertyId = "propertyId"
};
Synopsis
Properties
| AssetModelId | The ID of the asset model, in UUID format. |
| PropertyId | The ID of the asset model property used in data binding value. |
Properties
AssetModelId
The ID of the asset model, in UUID format.
string AssetModelId { get; }
Property Value
Remarks
PropertyId
The ID of the asset model property used in data binding value.
string PropertyId { get; }