BucketAclArgs

data class BucketAclArgs(val acl: Output<String>? = null, val bucket: Output<String>? = null) : ConvertibleToJava<BucketAclArgs>

Import

OSS Bucket Acl can be imported using the id, e.g.

$ pulumi import alicloud:oss/bucketAcl:BucketAcl example <id>

Constructors

Link copied to clipboard
constructor(acl: Output<String>? = null, bucket: Output<String>? = null)

Properties

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

Bucket-level Access Control List (ACL),Valid values: private, public-read, public-read-write.

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

The name of the bucket to which the current ACL configuration belongs.

Functions

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