InventoryItemSchema
The inventory item schema definition. Users can use this to compose inventory query filters.
Contents
- Attributes
-
The schema attributes for inventory. This contains data type and attribute name.
Type: Array of InventoryItemAttribute objects
Array Members: Minimum number of 1 item. Maximum number of 50 items.
Required: Yes
- TypeName
-
The name of the inventory type. Default inventory item type names start with AWS. Custom inventory type names will start with Custom. Default inventory item types include the following:
AWS:AWSComponent,AWS:Application,AWS:InstanceInformation,AWS:Network, andAWS:WindowsUpdate.Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^(AWS|Custom):.*$Required: Yes
- DisplayName
-
The alias name of the inventory type. The alias name is used for display purposes.
Type: String
Required: No
- Version
-
The schema version for the inventory item.
Type: String
Pattern:
^([0-9]{1,6})(\.[0-9]{1,6})$Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: