MatterCluster
Describe a Matter cluster with an id, and the relevant attributes, commands, and events.
Contents
- attributes
-
The Matter attributes.
Type: JSON value
Required: No
- commands
-
Describe the Matter commands with the Matter command identifier mapped to the command fields.
Type: String to JSON value map
Map Entries: Maximum number of 5 items.
Key Length Constraints: Minimum length of 1. Maximum length of 24.
Key Pattern:
0[xX][0-9a-fA-F]+$|^[0-9]+
Required: No
- events
-
Describe the Matter events with the Matter event identifier mapped to the event fields.
Type: String to JSON value map
Map Entries: Maximum number of 5 items.
Key Length Constraints: Minimum length of 1. Maximum length of 24.
Key Pattern:
0[xX][0-9a-fA-F]+$|^[0-9]+
Required: No
- id
-
The cluster id.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 24.
Pattern:
0[xX][0-9a-fA-F]+$|^[0-9]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: