MembershipProtectedQueryS3OutputConfigurationArgs

data class MembershipProtectedQueryS3OutputConfigurationArgs(val bucket: Output<String>, val keyPrefix: Output<String>? = null, val resultFormat: Output<MembershipResultFormat>, val singleFileOutput: Output<Boolean>? = null) : ConvertibleToJava<MembershipProtectedQueryS3OutputConfigurationArgs>

Constructors

constructor(bucket: Output<String>, keyPrefix: Output<String>? = null, resultFormat: Output<MembershipResultFormat>, singleFileOutput: Output<Boolean>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>

The S3 bucket to unload the protected query results.

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

The S3 prefix to unload the protected query results.

Link copied to clipboard

Intended file format of the result.

Link copied to clipboard
val singleFileOutput: Output<Boolean>? = null

Indicates whether files should be output as a single file ( TRUE ) or output as multiple files ( FALSE ). This parameter is only supported for analyses with the Spark analytics engine.

Functions

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