Bucket Acl Args
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>
Content copied to clipboard