Builder

class Builder

Properties

Link copied to clipboard
var 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
var name: String?

The name of the S3 bucket.

Link copied to clipboard
var 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
var tags: List<Tag>?

All tags attached to the S3 bucket

Link copied to clipboard
var type: String?

Describes whether the bucket is a source or destination bucket.

Functions

Link copied to clipboard
fun owner(block: Owner.Builder.() -> Unit)
Link copied to clipboard