BlockPublicAccess

Provides information about the block public access settings for an S3 bucket. These settings can apply to a bucket at the account or bucket level. For detailed information about each setting, see Blocking public access to your Amazon S3 storage in the Amazon Simple Storage Service User Guide.

Types

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

Properties

Link copied to clipboard

Specifies whether Amazon S3 blocks public access control lists (ACLs) for the bucket and objects in the bucket.

Link copied to clipboard

Specifies whether Amazon S3 blocks public bucket policies for the bucket.

Link copied to clipboard

Specifies whether Amazon S3 ignores public ACLs for the bucket and objects in the bucket.

Link copied to clipboard

Specifies whether Amazon S3 restricts public bucket policies for the bucket.

Functions

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