Interface CfnAssetModel.AttributeProperty

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

@Stability(Stable) public static interface CfnAssetModel.AttributeProperty extends software.amazon.jsii.JsiiSerializable
Contains an asset attribute property.

For more information, see Attributes in the AWS IoT SiteWise User Guide .

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.*;
 AttributeProperty attributeProperty = AttributeProperty.builder()
         .defaultValue("defaultValue")
         .build();
 

See Also: