interface AssetModelPropertyBindingValueProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.CfnComputationModel.AssetModelPropertyBindingValueProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnComputationModel_AssetModelPropertyBindingValueProperty |
![]() | software.amazon.awscdk.services.iotsitewise.CfnComputationModel.AssetModelPropertyBindingValueProperty |
![]() | aws_cdk.aws_iotsitewise.CfnComputationModel.AssetModelPropertyBindingValueProperty |
![]() | aws-cdk-lib » aws_iotsitewise » CfnComputationModel » AssetModelPropertyBindingValueProperty |
Contains information about an assetModelProperty
binding value.
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 assetModelPropertyBindingValueProperty: iotsitewise.CfnComputationModel.AssetModelPropertyBindingValueProperty = {
assetModelId: 'assetModelId',
propertyId: 'propertyId',
};
Properties
Name | Type | Description |
---|---|---|
asset | string | The ID of the asset model, in UUID format. |
property | string | The ID of the asset model property used in data binding value. |
assetModelId
Type:
string
The ID of the asset model, in UUID format.
propertyId
Type:
string
The ID of the asset model property used in data binding value.