MemberChangeSpecification
Specifies changes to collaboration membership, including adding new members with their abilities and display names.
Contents
- accountId
-
The AWS account ID of the member to add to the collaboration.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
\d+
Required: Yes
- memberAbilities
-
The abilities granted to the collaboration member. These determine what actions the member can perform within the collaboration.
Note
The following values are currently not supported:
CAN_QUERY
,CAN_RECEIVE_RESULTS,
andCAN_RUN_JOB
.Set the value of
memberAbilities
to[]
to allow a member to contribute data.Type: Array of strings
Valid Values:
CAN_QUERY | CAN_RECEIVE_RESULTS | CAN_RUN_JOB
Required: Yes
- displayName
-
Specifies the display name that will be shown for this member in the collaboration. While this field is required when inviting new members, it becomes optional when modifying abilities of existing collaboration members.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
(?!\s*$)[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t]*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: