BucketPolicy

Contains information on the current bucket policies for the S3 bucket.

Types

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

Properties

Link copied to clipboard

A value that indicates whether public read access for the bucket is enabled through a bucket policy.

Link copied to clipboard

A value that indicates whether public write access for the bucket is enabled through a bucket policy.

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