CheckDocumentAccessRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the application. This is required to identify the specific Amazon Q Business application context for the document access check.

Link copied to clipboard

The unique identifier of the data source. Identifies the specific data source from which the document originates. Should not be used when a document is uploaded directly with BatchPutDocument, as no dataSourceId is available or necessary.

Link copied to clipboard

The unique identifier of the document. Specifies which document's access permissions are being checked.

Link copied to clipboard

The unique identifier of the index. Used to locate the correct index within the application where the document is stored.

Link copied to clipboard

The unique identifier of the user. Used to check the access permissions for this specific user against the document's ACL.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String