Class CfnComputationModel.AssetModelPropertyBindingValueProperty
Contains information about an assetModelProperty binding value.
Inherited Members
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnComputationModel.AssetModelPropertyBindingValueProperty : CfnComputationModel.IAssetModelPropertyBindingValueProperty
Syntax (vb)
Public Class CfnComputationModel.AssetModelPropertyBindingValueProperty Implements 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
Constructors
| AssetModelPropertyBindingValueProperty() | Contains information about an |
Properties
| AssetModelId | The ID of the asset model, in UUID format. |
| PropertyId | The ID of the asset model property used in data binding value. |
Constructors
AssetModelPropertyBindingValueProperty()
Contains information about an assetModelProperty binding value.
public AssetModelPropertyBindingValueProperty()
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"
};
Properties
AssetModelId
The ID of the asset model, in UUID format.
public string AssetModelId { get; set; }
Property Value
Remarks
PropertyId
The ID of the asset model property used in data binding value.
public string PropertyId { get; set; }