AssetModel

class AssetModel : KotlinCustomResource

Resource schema for AWS::IoTSiteWise::AssetModel

Properties

Link copied to clipboard
val assetModelArn: Output<String>

The ARN of the asset model, which has the following format.

Link copied to clipboard

The composite asset models that are part of this asset model. Composite asset models are asset models that contain specific properties.

Link copied to clipboard

A description for the asset model.

Link copied to clipboard

The external ID of the asset model.

Link copied to clipboard

The hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. You can specify up to 10 hierarchies per asset model.

Link copied to clipboard
val assetModelId: Output<String>

The ID of the asset model.

Link copied to clipboard
val assetModelName: Output<String>

A unique, friendly name for the asset model.

Link copied to clipboard

The property definitions of the asset model. You can specify up to 200 properties per asset model.

Link copied to clipboard
val assetModelType: Output<String>?

The type of the asset model (ASSET_MODEL OR COMPONENT_MODEL)

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>