Interface CfnAssetModelPropsMixin.EnforcedAssetModelInterfaceRelationshipProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAssetModelPropsMixin.EnforcedAssetModelInterfaceRelationshipProperty.Jsii$Proxy
- Enclosing class:
CfnAssetModelPropsMixin
@Stability(Stable)
public static interface CfnAssetModelPropsMixin.EnforcedAssetModelInterfaceRelationshipProperty
extends software.amazon.jsii.JsiiSerializable
Contains information about applied interface hierarchy and asset model hierarchy.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.*;
EnforcedAssetModelInterfaceRelationshipProperty enforcedAssetModelInterfaceRelationshipProperty = EnforcedAssetModelInterfaceRelationshipProperty.builder()
.interfaceAssetModelId("interfaceAssetModelId")
.propertyMappings(List.of(EnforcedAssetModelInterfacePropertyMappingProperty.builder()
.assetModelPropertyExternalId("assetModelPropertyExternalId")
.assetModelPropertyLogicalId("assetModelPropertyLogicalId")
.interfaceAssetModelPropertyExternalId("interfaceAssetModelPropertyExternalId")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAssetModelPropsMixin.EnforcedAssetModelInterfaceRelationshipProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInterfaceAssetModelId
The ID of the asset model that has the interface applied to it.- See Also:
-
getPropertyMappings
A list of property mappings between the interface asset model and the asset model where the interface is applied.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAssetModelPropsMixin.EnforcedAssetModelInterfacePropertyMappingProperty>- See Also:
-
builder
@Stability(Stable) static CfnAssetModelPropsMixin.EnforcedAssetModelInterfaceRelationshipProperty.Builder builder()
-