Skip to content

Bedrock Agent Runtime  >  Enums  >  DocumentAclMembershipType

DocumentAclMembershipType

Enum Class

DocumentAclMembershipType

Bases: UnknownEnumMixin, StrEnum

The scope type for a document access control list (ACL) membership condition. Valid values: KNOWLEDGE_BASE -- The entry applies at the knowledge base level. DATA_SOURCE -- The entry applies at the data source level.

Attributes

DATA_SOURCE class-attribute instance-attribute
DATA_SOURCE = 'DATA_SOURCE'
KNOWLEDGE_BASE class-attribute instance-attribute
KNOWLEDGE_BASE = 'KNOWLEDGE_BASE'