S3

class S3

Information required for Amazon Q to find a specific file in an Amazon S3 bucket.

Types

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

Properties

Link copied to clipboard

The name of the S3 bucket that contains the file.

Link copied to clipboard
val key: String

The name of the file.

Functions

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