BucketBillingArgs

data class BucketBillingArgs(val requesterPays: Output<Boolean>? = null) : ConvertibleToJava<BucketBillingArgs>

The bucket's billing configuration.

Constructors

Link copied to clipboard
fun BucketBillingArgs(requesterPays: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val requesterPays: Output<Boolean>? = null

When set to true, Requester Pays is enabled for this bucket.