interface AssetPropertyBindingValueProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.CfnComputationModel.AssetPropertyBindingValueProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnComputationModel_AssetPropertyBindingValueProperty |
![]() | software.amazon.awscdk.services.iotsitewise.CfnComputationModel.AssetPropertyBindingValueProperty |
![]() | aws_cdk.aws_iotsitewise.CfnComputationModel.AssetPropertyBindingValueProperty |
![]() | aws-cdk-lib » aws_iotsitewise » CfnComputationModel » AssetPropertyBindingValueProperty |
Represents a data binding value referencing a specific asset property.
It's used to bind computation model variables to actual asset property values for processing.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsitewise as iotsitewise } from 'aws-cdk-lib';
const assetPropertyBindingValueProperty: iotsitewise.CfnComputationModel.AssetPropertyBindingValueProperty = {
assetId: 'assetId',
propertyId: 'propertyId',
};
Properties
Name | Type | Description |
---|---|---|
asset | string | The ID of the asset containing the property. |
property | string | The ID of the property within the asset. |
assetId
Type:
string
The ID of the asset containing the property.
This identifies the specific asset instance's property value used in the computation model.
propertyId
Type:
string
The ID of the property within the asset.
This identifies the specific property's value used in the computation model.