Bucket Worm Args
data class BucketWormArgs(val bucket: Output<String>? = null, val retentionPeriodInDays: Output<Int>? = null, val status: Output<String>? = null) : ConvertibleToJava<BucketWormArgs>
Import
OSS Bucket Worm can be imported using the id, e.g.
$ pulumi import alicloud:oss/bucketWorm:BucketWorm example <bucket>:<worm_id>
Content copied to clipboard