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