Class CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
Contains information about applied interface property and asset model property.
Inherited Members
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty : CfnAssetModel.IEnforcedAssetModelInterfacePropertyMappingProperty
Syntax (vb)
Public Class CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty Implements CfnAssetModel.IEnforcedAssetModelInterfacePropertyMappingProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTSiteWise;
var enforcedAssetModelInterfacePropertyMappingProperty = new EnforcedAssetModelInterfacePropertyMappingProperty {
InterfaceAssetModelPropertyExternalId = "interfaceAssetModelPropertyExternalId",
// the properties below are optional
AssetModelPropertyExternalId = "assetModelPropertyExternalId",
AssetModelPropertyLogicalId = "assetModelPropertyLogicalId"
};
Synopsis
Constructors
| EnforcedAssetModelInterfacePropertyMappingProperty() | Contains information about applied interface property and asset model property. |
Properties
| AssetModelPropertyExternalId | The external ID of the linked asset model property. |
| AssetModelPropertyLogicalId | The logical ID of the linked asset model property. |
| InterfaceAssetModelPropertyExternalId | The external ID of the applied interface property. |
Constructors
EnforcedAssetModelInterfacePropertyMappingProperty()
Contains information about applied interface property and asset model property.
public EnforcedAssetModelInterfacePropertyMappingProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTSiteWise;
var enforcedAssetModelInterfacePropertyMappingProperty = new EnforcedAssetModelInterfacePropertyMappingProperty {
InterfaceAssetModelPropertyExternalId = "interfaceAssetModelPropertyExternalId",
// the properties below are optional
AssetModelPropertyExternalId = "assetModelPropertyExternalId",
AssetModelPropertyLogicalId = "assetModelPropertyLogicalId"
};
Properties
AssetModelPropertyExternalId
The external ID of the linked asset model property.
public string? AssetModelPropertyExternalId { get; set; }
Property Value
Remarks
AssetModelPropertyLogicalId
The logical ID of the linked asset model property.
public string? AssetModelPropertyLogicalId { get; set; }
Property Value
Remarks
InterfaceAssetModelPropertyExternalId
The external ID of the applied interface property.
public string InterfaceAssetModelPropertyExternalId { get; set; }