BucketOwnershipControlsArgs

data class BucketOwnershipControlsArgs(val rules: Output<List<BucketOwnershipControlsRuleArgs>>) : ConvertibleToJava<BucketOwnershipControlsArgs>

Specifies the container element for Object Ownership rules. S3 Object Ownership is an Amazon S3 bucket-level setting that you can use to disable access control lists (ACLs) and take ownership of every object in your bucket, simplifying access management for data stored in Amazon S3. For more information, see Controlling ownership of objects and disabling ACLs in the Amazon S3 User Guide.

Constructors

Link copied to clipboard
constructor(rules: Output<List<BucketOwnershipControlsRuleArgs>>)

Properties

Link copied to clipboard

Specifies the container element for Object Ownership rules.

Functions

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