S3Location

Information about the location of application artifacts stored in Amazon S3.

Types

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

Properties

Link copied to clipboard

The name of the Amazon S3 bucket where the application revision is stored.

Link copied to clipboard

The file type of the application revision. Must be one of the following:

Link copied to clipboard
val eTag: String?

The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

Link copied to clipboard
val key: String?

The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

Link copied to clipboard

A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

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