Bucket

class Bucket

In terms of implementation, a Bucket is a resource.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the S3 bucket. ARNs uniquely identify Amazon Web Services resources across all of Amazon Web Services.

Link copied to clipboard

BucketRegion indicates the Amazon Web Services region where the bucket is located. If the request contains at least one valid parameter, it is included in the response.

Link copied to clipboard

Date the bucket was created. This date can change when making changes to your bucket, such as editing its bucket policy.

Link copied to clipboard
val name: String?

The name of the bucket.

Functions

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