interface EnforcedAssetModelInterfaceRelationshipProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.CfnAssetModel.EnforcedAssetModelInterfaceRelationshipProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnAssetModel_EnforcedAssetModelInterfaceRelationshipProperty |
![]() | software.amazon.awscdk.services.iotsitewise.CfnAssetModel.EnforcedAssetModelInterfaceRelationshipProperty |
![]() | aws_cdk.aws_iotsitewise.CfnAssetModel.EnforcedAssetModelInterfaceRelationshipProperty |
![]() | aws-cdk-lib » aws_iotsitewise » CfnAssetModel » EnforcedAssetModelInterfaceRelationshipProperty |
Contains information about enforced interface hierarchy and asset model hierarchy.
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 enforcedAssetModelInterfaceRelationshipProperty: iotsitewise.CfnAssetModel.EnforcedAssetModelInterfaceRelationshipProperty = {
interfaceAssetModelId: 'interfaceAssetModelId',
propertyMappings: [{
interfaceAssetModelPropertyExternalId: 'interfaceAssetModelPropertyExternalId',
// the properties below are optional
assetModelPropertyExternalId: 'assetModelPropertyExternalId',
assetModelPropertyLogicalId: 'assetModelPropertyLogicalId',
}],
};
Properties
Name | Type | Description |
---|---|---|
interface | string | The ID of the interface that is enforced to the asset model. |
property | IResolvable | IResolvable | Enforced [] | Contains information about enforced interface property and asset model property. |
interfaceAssetModelId?
Type:
string
(optional)
The ID of the interface that is enforced to the asset model.
propertyMappings?
Type:
IResolvable
|
IResolvable
|
Enforced
[]
(optional)
Contains information about enforced interface property and asset model property.