interface EnforcedAssetModelInterfacePropertyMappingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTSiteWise.CfnAssetModelPropsMixin.EnforcedAssetModelInterfacePropertyMappingProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotsitewise#CfnAssetModelPropsMixin_EnforcedAssetModelInterfacePropertyMappingProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnAssetModelPropsMixin.EnforcedAssetModelInterfacePropertyMappingProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotsitewise.CfnAssetModelPropsMixin.EnforcedAssetModelInterfacePropertyMappingProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotsitewise » 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 { aws_iotsitewise as iotsitewise } from '@aws-cdk/cfn-property-mixins';
const enforcedAssetModelInterfacePropertyMappingProperty: iotsitewise.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