Interface CfnAssetModelPropsMixin.AttributeProperty

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

@Stability(Stable) public static interface CfnAssetModelPropsMixin.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.cfnpropertymixins.services.iotsitewise.*;
 AttributeProperty attributeProperty = AttributeProperty.builder()
         .defaultValue("defaultValue")
         .build();
 

See Also: