Class CfnAssetModel.PropertyPathDefinitionProperty
Represents one level between a composite model and the root of the asset model.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAssetModel.PropertyPathDefinitionProperty : CfnAssetModel.IPropertyPathDefinitionProperty
Syntax (vb)
Public Class CfnAssetModel.PropertyPathDefinitionProperty Implements CfnAssetModel.IPropertyPathDefinitionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTSiteWise;
var propertyPathDefinitionProperty = new PropertyPathDefinitionProperty {
Name = "name"
};
Synopsis
Constructors
| PropertyPathDefinitionProperty() | Represents one level between a composite model and the root of the asset model. |
Properties
| Name | The name of the path segment. |
Constructors
PropertyPathDefinitionProperty()
Represents one level between a composite model and the root of the asset model.
public PropertyPathDefinitionProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTSiteWise;
var propertyPathDefinitionProperty = new PropertyPathDefinitionProperty {
Name = "name"
};
Properties
Name
The name of the path segment.
public string Name { get; set; }