Interface CfnAssetModelPropsMixin.PropertyPathDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAssetModelPropsMixin.PropertyPathDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnAssetModelPropsMixin
@Stability(Stable)
public static interface CfnAssetModelPropsMixin.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.cfnpropertymixins.services.iotsitewise.*;
PropertyPathDefinitionProperty propertyPathDefinitionProperty = PropertyPathDefinitionProperty.builder()
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAssetModelPropsMixin.PropertyPathDefinitionPropertystatic final classAn implementation forCfnAssetModelPropsMixin.PropertyPathDefinitionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the path segment.- See Also:
-
builder
-