playerAttributes property
A collection of key:value pairs containing player information for use in
matchmaking. Player attribute keys must match the playerAttributes
used in a matchmaking rule set. Example: "PlayerAttributes": {"skill":
{"N": "23"}, "gameMode": {"S": "deathmatch"}}
.
Implementation
final Map<String, AttributeValue>? playerAttributes;