AccessRulesArgs

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

Definition of AccessRules

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(): AccessRulesArgs