FlowDefinitionOutputConfig

data class FlowDefinitionOutputConfig(val kmsKeyId: String? = null, val s3OutputPath: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyId: String? = null

The Amazon Key Management Service (KMS) key ARN for server-side encryption.

Link copied to clipboard

The Amazon S3 path where the object containing human output will be made available.