AssetIdentifier
Directly identifies the asset associated with this payload. Use when the asset's identity is already known without a device registry lookup.
Constraints
- At least one of
aaid, idmust be provided. - If any of
id, type, operatorare provided, all must be provided.
| Field | Type | Description | |
|---|---|---|---|
aaid |
string |
optional | Amazon Asset Identifier (AAID) — the canonical Amazon-internal unique ID for this asset. |
id |
string |
optional | The asset's identifier within the operator's system (e.g. a vehicle ID or license plate). |
idType |
string |
optional | The type of the id field (e.g. VIN, LICENSE_PLATE). Used to disambiguate when multiple ID schemes are in use. |
type |
string |
optional | The asset type. enum: AssetType |
operator |
string |
optional | The asset owner's SCAC (Standard Carrier Alpha Code). |