S3Location

Describes an Amazon S3 location that will receive the results of the restore request.

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 bucket where the restore results will be placed.

Link copied to clipboard

The canned ACL to apply to the restore results.

Link copied to clipboard

Contains the type of server-side encryption used.

Link copied to clipboard

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

Link copied to clipboard

The class of storage used to store the restore results.

Link copied to clipboard

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

Link copied to clipboard

A list of metadata to store with the restore results in 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