FlowDefinitionOutputConfigArgs

data class FlowDefinitionOutputConfigArgs(val kmsKeyId: Output<String>? = null, val s3OutputPath: Output<String>) : ConvertibleToJava<FlowDefinitionOutputConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val kmsKeyId: Output<String>? = null

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

Link copied to clipboard
val s3OutputPath: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): FlowDefinitionOutputConfigArgs