BucketAccessRulesArgs

data class BucketAccessRulesArgs(val allowPublicOverrides: Output<Boolean>? = null, val getObject: Output<String>? = null) : ConvertibleToJava<BucketAccessRulesArgs>

An object that sets the public accessibility of objects in the specified bucket.

Constructors

Link copied to clipboard
constructor(allowPublicOverrides: Output<Boolean>? = null, getObject: Output<String>? = null)

Properties

Link copied to clipboard
val allowPublicOverrides: Output<Boolean>? = null

A Boolean value that indicates whether the access control list (ACL) permissions that are applied to individual objects override the getObject option that is currently specified.

Link copied to clipboard
val getObject: Output<String>? = null

Specifies the anonymous access to all objects in a bucket.

Functions

Link copied to clipboard
open override fun toJava(): BucketAccessRulesArgs