interface PropertyPathDefinitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTSiteWise.CfnAssetModelPropsMixin.PropertyPathDefinitionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotsitewise#CfnAssetModelPropsMixin_PropertyPathDefinitionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnAssetModelPropsMixin.PropertyPathDefinitionProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotsitewise.CfnAssetModelPropsMixin.PropertyPathDefinitionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotsitewise » CfnAssetModelPropsMixin » PropertyPathDefinitionProperty |
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 { aws_iotsitewise as iotsitewise } from '@aws-cdk/cfn-property-mixins';
const propertyPathDefinitionProperty: iotsitewise.CfnAssetModelPropsMixin.PropertyPathDefinitionProperty = {
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The name of the path segment. |
name?
Type:
string
(optional)
The name of the path segment.

.NET
Go
Java
Python
TypeScript