DocumentAclMembership
The membership entry for a document access control list (ACL), containing conditions and their logical relation.
Contents
- conditions
-
The list of conditions that determine membership.
Type: Array of DocumentAclCondition objects
Array Members: Minimum number of 0 items. Maximum number of 100 items.
Required: No
- memberRelation
-
The logical relation between conditions. Valid values:
AND– All conditions must match.OR– At least one condition must match.Type: String
Valid Values:
AND | ORRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: