Interface CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty.Jsii$Proxy
- Enclosing class:
CfnAssetModel
@Stability(Stable)
public static interface CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iotsitewise.*;
EnforcedAssetModelInterfacePropertyMappingProperty enforcedAssetModelInterfacePropertyMappingProperty = EnforcedAssetModelInterfacePropertyMappingProperty.builder()
.interfaceAssetModelPropertyExternalId("interfaceAssetModelPropertyExternalId")
// the properties below are optional
.assetModelPropertyExternalId("assetModelPropertyExternalId")
.assetModelPropertyLogicalId("assetModelPropertyLogicalId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInterfaceAssetModelPropertyExternalId
The external ID of the applied interface property.- See Also:
-
getAssetModelPropertyExternalId
The external ID of the linked asset model property.- See Also:
-
getAssetModelPropertyLogicalId
The logical ID of the linked asset model property.- See Also:
-
builder
@Stability(Stable) static CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty.Builder builder()
-