GetBucketResult

data class GetBucketResult(val arn: String? = null, val lifecycleConfiguration: BucketLifecycleConfiguration? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, lifecycleConfiguration: BucketLifecycleConfiguration? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the specified bucket.

Link copied to clipboard

Rules that define how Amazon S3Outposts manages objects during their lifetime.

Link copied to clipboard
val tags: List<Tag>? = null

An arbitrary set of tags (key-value pairs) for this S3Outposts bucket.