BucketVersioning

class BucketVersioning : KotlinCustomResource

Import

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

$ pulumi import alicloud:oss/bucketVersioning:BucketVersioning example <id>

Properties

Link copied to clipboard
val bucket: Output<String>

The name of the bucket.

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 status: Output<String>

A bucket can be in one of the following versioning states: disabled, enabled, or suspended. By default, versioning is disabled for a bucket. Updating the value from Enabled or Suspended to Disabled will result in errors, because OSS does not support returning buckets to an unversioned state. .

Link copied to clipboard
val urn: Output<String>