Show / Hide Table of Contents

Interface CfnAssetModel.IPropertyPathDefinitionProperty

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

Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAssetModel.IPropertyPathDefinitionProperty
Syntax (vb)
Public Interface 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

Properties

Name

The name of the path segment.

Properties

Name

The name of the path segment.

string Name { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX