BucketAccessMonitor

class BucketAccessMonitor : KotlinCustomResource

Import

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

$ pulumi import alicloud:oss/bucketAccessMonitor:BucketAccessMonitor 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>

Specifies whether to enable access tracking for the bucket. Valid values: Enabled: enables access tracking. Disabled: disables access tracking.

Link copied to clipboard
val urn: Output<String>