Interface CfnAsset.AssetPropertyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAsset.AssetPropertyProperty.Jsii$Proxy
Enclosing class:
CfnAsset

@Stability(Stable) public static interface CfnAsset.AssetPropertyProperty extends software.amazon.jsii.JsiiSerializable
Contains asset property information.

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.*;
 AssetPropertyProperty assetPropertyProperty = AssetPropertyProperty.builder()
         .alias("alias")
         .externalId("externalId")
         .id("id")
         .logicalId("logicalId")
         .notificationState("notificationState")
         .unit("unit")
         .build();
 

See Also: