Asset Args
data class AssetArgs(val assetDescription: Output<String>? = null, val assetHierarchies: Output<List<AssetHierarchyArgs>>? = null, val assetModelId: Output<String>? = null, val assetName: Output<String>? = null, val assetProperties: Output<List<AssetPropertyArgs>>? = null, val tags: Output<List<AssetTagArgs>>? = null) : ConvertibleToJava<AssetArgs>
Resource schema for AWS::IoTSiteWise::Asset
Constructors
Link copied to clipboard
fun AssetArgs(assetDescription: Output<String>? = null, assetHierarchies: Output<List<AssetHierarchyArgs>>? = null, assetModelId: Output<String>? = null, assetName: Output<String>? = null, assetProperties: Output<List<AssetPropertyArgs>>? = null, tags: Output<List<AssetTagArgs>>? = null)