Interface CfnAssetModel.PropertyPathDefinitionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAssetModel.PropertyPathDefinitionProperty.Jsii$Proxy
Enclosing class:
CfnAssetModel

@Stability(Stable) public static interface CfnAssetModel.PropertyPathDefinitionProperty extends software.amazon.jsii.JsiiSerializable
Represents one level between a composite model and the root of the asset model.

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.*;
 PropertyPathDefinitionProperty propertyPathDefinitionProperty = PropertyPathDefinitionProperty.builder()
         .name("name")
         .build();
 

See Also: