DocumentClassifierOutputDataConfig

data class DocumentClassifierOutputDataConfig(val kmsKeyId: String? = null, val outputS3Uri: String? = null, val s3Uri: String)

Constructors

Link copied to clipboard
constructor(kmsKeyId: String? = null, outputS3Uri: String? = null, s3Uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyId: String? = null

KMS Key used to encrypt the output documents. Can be a KMS Key ID, a KMS Key ARN, a KMS Alias name, or a KMS Alias ARN.

Link copied to clipboard
val outputS3Uri: String? = null

Full path for the output documents.

Link copied to clipboard

Destination path for the output documents. The full path to the output file will be returned in output_s3_uri.