BucketTransferAcceleration

class BucketTransferAcceleration : KotlinCustomResource

Import

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

$ pulumi import alicloud:oss/bucketTransferAcceleration:BucketTransferAcceleration example <id>

Properties

Link copied to clipboard
val bucket: Output<String>

The name of the Bucket.

Link copied to clipboard
val enabled: Output<Boolean>?

Specifies whether to enable transfer acceleration for the bucket. Valid values: true: transfer acceleration for the bucket is enabled. false: transfer acceleration for the bucket is disabled.

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>