MembershipProtectedQueryS3OutputConfiguration

data class MembershipProtectedQueryS3OutputConfiguration(val bucket: String, val keyPrefix: String? = null, val resultFormat: MembershipResultFormat)

Constructors

constructor(bucket: String, keyPrefix: String? = null, resultFormat: MembershipResultFormat)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The S3 bucket to unload the protected query results.

Link copied to clipboard
val keyPrefix: String? = null

The S3 prefix to unload the protected query results.

Link copied to clipboard

Intended file format of the result.