Asset
Represents an asset in an agent space, including its identifier, type, metadata, version, and timestamps.
Contents
- assetId
-
The unique identifier for this asset
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9_.-]+Required: Yes
- assetType
-
The type of this asset
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: Yes
- createdAt
-
Timestamp when this asset was created
Type: Timestamp
Required: Yes
- metadata
-
The metadata for this asset
Type: JSON value
Required: Yes
- updatedAt
-
Timestamp when this asset was last updated
Type: Timestamp
Required: Yes
- version
-
The version number of this asset
Type: Integer
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: