interface EnforcedAssetModelInterfacePropertyMappingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTSiteWise.Mixins.CfnAssetModelPropsMixin.EnforcedAssetModelInterfacePropertyMappingProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotsitewise/mixins#CfnAssetModelPropsMixin_EnforcedAssetModelInterfacePropertyMappingProperty |
Java | software.amazon.awscdk.mixins.preview.services.iotsitewise.mixins.CfnAssetModelPropsMixin.EnforcedAssetModelInterfacePropertyMappingProperty |
Python | aws_cdk.mixins_preview.aws_iotsitewise.mixins.CfnAssetModelPropsMixin.EnforcedAssetModelInterfacePropertyMappingProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iotsitewise » mixins » CfnAssetModelPropsMixin » EnforcedAssetModelInterfacePropertyMappingProperty |
Contains information about applied 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 { mixins as iotsitewise_mixins } from '@aws-cdk/mixins-preview/aws-iotsitewise';
const enforcedAssetModelInterfacePropertyMappingProperty: iotsitewise_mixins.CfnAssetModelPropsMixin.EnforcedAssetModelInterfacePropertyMappingProperty = {
assetModelPropertyExternalId: 'assetModelPropertyExternalId',
assetModelPropertyLogicalId: 'assetModelPropertyLogicalId',
interfaceAssetModelPropertyExternalId: 'interfaceAssetModelPropertyExternalId',
};
Properties
| Name | Type | Description |
|---|---|---|
| asset | string | The external ID of the linked asset model property. |
| asset | string | The logical ID of the linked asset model property. |
| interface | string | The external ID of the applied interface property. |
assetModelPropertyExternalId?
Type:
string
(optional)
The external ID of the linked asset model property.
assetModelPropertyLogicalId?
Type:
string
(optional)
The logical ID of the linked asset model property.
interfaceAssetModelPropertyExternalId?
Type:
string
(optional)
The external ID of the applied interface property.

.NET
Go
Java
Python
TypeScript