checkIngestedDocumentAcl
inline suspend fun BedrockAgentRuntimeClient.checkIngestedDocumentAcl(crossinline block: CheckIngestedDocumentAclRequest.Builder.() -> Unit): CheckIngestedDocumentAclResponse
Checks whether a user has access to a specific document by verifying against the ingested access control list (ACL) in a knowledge base. Use this operation to validate that document-level access control is working as expected after ingestion. To use this operation, you must have the bedrock:CheckIngestedDocumentAcl permission.