AssetModelAttributeArgs

data class AssetModelAttributeArgs(val defaultValue: Output<String>? = null) : ConvertibleToJava<AssetModelAttributeArgs>

Constructors

Link copied to clipboard
constructor(defaultValue: Output<String>? = null)

Properties

Link copied to clipboard
val defaultValue: Output<String>? = null

The default value of the asset model property attribute. All assets that you create from the asset model contain this attribute value. You can update an attribute's value after you create an asset. For more information, see Updating attribute values in the AWS IoT SiteWise User Guide .

Functions

Link copied to clipboard
open override fun toJava(): AssetModelAttributeArgs