BucketOwnershipControlsRuleArgs

data class BucketOwnershipControlsRuleArgs(val objectOwnership: Output<BucketOwnershipControlsRuleObjectOwnership>? = null) : ConvertibleToJava<BucketOwnershipControlsRuleArgs>

Specifies an Object Ownership rule. 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(objectOwnership: Output<BucketOwnershipControlsRuleObjectOwnership>? = null)

Properties

Link copied to clipboard

Specifies an object ownership rule.

Functions

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