View a markdown version of this page

DocumentAclCondition - Amazon Bedrock

DocumentAclCondition

A condition within a document access control list (ACL) membership, specifying users and groups that are evaluated together.

Contents

conditionOperator

The logical operator for combining users and groups within this condition. Valid values: AND – Both a user match and a group match are required. OR – Either a user match or a group match is sufficient.

Type: String

Valid Values: AND | OR

Required: No

groups

The list of group entries in this condition.

Type: Array of DocumentAclGroup objects

Array Members: Minimum number of 0 items. Maximum number of 3000 items.

Required: No

users

The list of user entries in this condition.

Type: Array of DocumentAclUser objects

Array Members: Minimum number of 0 items. Maximum number of 3000 items.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: