S3BucketDetail

Contains information on the S3 bucket.

Types

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

Properties

Link copied to clipboard
val arn: String?

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

Link copied to clipboard

The date and time the bucket was created at.

Link copied to clipboard

Describes the server side encryption method used in the S3 bucket.

Link copied to clipboard
val name: String?

The name of the S3 bucket.

Link copied to clipboard
val owner: Owner?

The owner of the S3 bucket.

Link copied to clipboard

Describes the public access policies that apply to the S3 bucket.

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

All tags attached to the S3 bucket

Link copied to clipboard
val type: String?

Describes whether the bucket is a source or destination bucket.

Functions

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