AssetArgs

data class AssetArgs(val assetDescription: Output<String>? = null, val assetExternalId: 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<TagArgs>>? = null) : ConvertibleToJava<AssetArgs>

Resource schema for AWS::IoTSiteWise::Asset

Constructors

Link copied to clipboard
constructor(assetDescription: Output<String>? = null, assetExternalId: Output<String>? = null, assetHierarchies: Output<List<AssetHierarchyArgs>>? = null, assetModelId: Output<String>? = null, assetName: Output<String>? = null, assetProperties: Output<List<AssetPropertyArgs>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

A description for the asset

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

The External ID of the asset

Link copied to clipboard

A list of asset hierarchies that each contain a hierarchyId . A hierarchy specifies allowed parent/child asset relationships.

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

The ID of the asset model from which to create the asset.

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

A unique, friendly name for the asset.

Link copied to clipboard
val assetProperties: Output<List<AssetPropertyArgs>>? = null

The list of asset properties for the asset. This object doesn't include properties that you define in composite models. You can find composite model properties in the assetCompositeModels object.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of key-value pairs that contain metadata for the asset.

Functions

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