BucketAcl

class BucketAcl : KotlinCustomResource

Import

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

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

Properties

Link copied to clipboard
val acl: Output<String>

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

Link copied to clipboard
val bucket: Output<String>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>