BucketRequestPaymentArgs

data class BucketRequestPaymentArgs(val bucket: Output<String>? = null, val payer: Output<String>? = null) : ConvertibleToJava<BucketRequestPaymentArgs>

Import

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

$ pulumi import alicloud:oss/bucketRequestPayment:BucketRequestPayment example <id>

Constructors

Link copied to clipboard
constructor(bucket: Output<String>? = null, payer: Output<String>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>? = null

The name of the bucket.

Link copied to clipboard
val payer: Output<String>? = null

The payer of the request and traffic fees.Valid values: BucketOwner: request and traffic fees are paid by the bucket owner. Requester: request and traffic fees are paid by the requester.

Functions

Link copied to clipboard
open override fun toJava(): BucketRequestPaymentArgs