S3Location

Contains information about the location in Amazon S3 where the select job results are stored.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of grants that control access to the staged results.

Link copied to clipboard

The name of the Amazon S3 bucket where the job results are stored.

Link copied to clipboard

The canned access control list (ACL) to apply to the job results.

Link copied to clipboard

Contains information about the encryption used to store the job results in Amazon S3.

Link copied to clipboard

The prefix that is prepended to the results for this request.

Link copied to clipboard

The storage class used to store the job results.

Link copied to clipboard

The tag-set that is applied to the job results.

Link copied to clipboard

A map of metadata to store with the job results in Amazon S3.

Functions

Link copied to clipboard
inline fun copy(block: S3Location.Builder.() -> Unit = {}): S3Location
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String