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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAssetModel.PropertyPathDefinitionProperty
static final class
An implementation forCfnAssetModel.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
-