BucketPolicy

Provides information about the permissions settings of the bucket policy for an S3 bucket.

Types

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

Properties

Link copied to clipboard

Specifies whether the bucket policy allows the general public to have read access to the bucket.

Link copied to clipboard

Specifies whether the bucket policy allows the general public to have write access to the bucket.

Functions

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