Show / Hide Table of Contents

Class CfnAssetModel.PropertyPathDefinitionProperty

Represents one level between a composite model and the root of the asset model.

Inheritance
object
CfnAssetModel.PropertyPathDefinitionProperty
Implements
CfnAssetModel.IPropertyPathDefinitionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-propertypathdefinition.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-propertypathdefinition.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-propertypathdefinition.html#cfn-iotsitewise-assetmodel-propertypathdefinition-name

Implements

CfnAssetModel.IPropertyPathDefinitionProperty
Back to top Generated by DocFX