Class CfnComputationModel.AssetPropertyBindingValueProperty
Inherited Members
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnComputationModel.AssetPropertyBindingValueProperty : CfnComputationModel.IAssetPropertyBindingValueProperty
Syntax (vb)
Public Class CfnComputationModel.AssetPropertyBindingValueProperty Implements CfnComputationModel.IAssetPropertyBindingValueProperty
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 assetPropertyBindingValueProperty = new AssetPropertyBindingValueProperty {
AssetId = "assetId",
PropertyId = "propertyId"
};
Synopsis
Constructors
AssetPropertyBindingValueProperty() |
Properties
AssetId | The ID of the asset. |
PropertyId | The ID of the asset property. |
Constructors
AssetPropertyBindingValueProperty()
public AssetPropertyBindingValueProperty()
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 assetPropertyBindingValueProperty = new AssetPropertyBindingValueProperty {
AssetId = "assetId",
PropertyId = "propertyId"
};
Properties
AssetId
The ID of the asset.
public string AssetId { get; set; }
Property Value
Remarks
PropertyId
The ID of the asset property.
public string PropertyId { get; set; }