GetR2BucketResult

data class GetR2BucketResult(val accountId: String, val bucketName: String, val creationDate: String, val id: String, val location: String, val name: String, val storageClass: String)

A collection of values returned by getR2Bucket.

Constructors

Link copied to clipboard
constructor(accountId: String, bucketName: String, creationDate: String, id: String, location: String, name: String, storageClass: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account ID.

Link copied to clipboard

Name of the bucket.

Link copied to clipboard

Creation timestamp.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Location of the bucket. Available values: "apac", "eeur", "enam", "weur", "wnam", "oc".

Link copied to clipboard

Name of the bucket.

Link copied to clipboard

Storage class for newly uploaded objects, unless specified otherwise. Available values: "Standard", "InfrequentAccess".