Bucket Ownership Controls Args
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.