Asset

class Asset : KotlinCustomResource

Resource schema for AWS::IoTSiteWise::Asset

Properties

Link copied to clipboard
val assetArn: Output<String>

The ARN of the asset

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

A description for the asset

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

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 assetId: Output<String>

The ID of the asset

Link copied to clipboard
val assetModelId: Output<String>

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

Link copied to clipboard
val assetName: Output<String>

A unique, friendly name for the asset.

Link copied to clipboard

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 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.

Link copied to clipboard
val urn: Output<String>