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 |
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. |
property | string | The ID of the asset property. |
assetId
Type:
string
The ID of the asset.
propertyId
Type:
string
The ID of the asset property.