SourceS3Location

Represents the Amazon Simple Storage Service (Amazon S3) location where usage data is read from.

Types

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

Properties

Link copied to clipboard

Name of the bucket.

Link copied to clipboard
val key: String

Key of the object.

Link copied to clipboard

Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.

Functions

Link copied to clipboard
inline fun copy(block: SourceS3Location.Builder.() -> Unit = {}): SourceS3Location
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